Allow routing table IDs > 255 when filtering them.

This commit is contained in:
Tobias Brunner
2011-07-29 12:16:18 +02:00
parent 50937e8b80
commit 2e370a300d
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -263,6 +263,7 @@ enum rtattr_type_t
RTA_CACHEINFO,
RTA_SESSION,
RTA_MP_ALGO,
RTA_TABLE,
__RTA_MAX
};