diff options
Diffstat (limited to 'include/uapi/linux/rtnetlink.h')
| -rw-r--r-- | include/uapi/linux/rtnetlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index 9d8f5d10c1e5..123a5af4e8bb 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h | |||
| @@ -270,6 +270,7 @@ enum rt_scope_t { | |||
| 270 | #define RTM_F_CLONED 0x200 /* This route is cloned */ | 270 | #define RTM_F_CLONED 0x200 /* This route is cloned */ |
| 271 | #define RTM_F_EQUALIZE 0x400 /* Multipath equalizer: NI */ | 271 | #define RTM_F_EQUALIZE 0x400 /* Multipath equalizer: NI */ |
| 272 | #define RTM_F_PREFIX 0x800 /* Prefix addresses */ | 272 | #define RTM_F_PREFIX 0x800 /* Prefix addresses */ |
| 273 | #define RTM_F_LOOKUP_TABLE 0x1000 /* set rtm_table to FIB lookup result */ | ||
| 273 | 274 | ||
| 274 | /* Reserved table identifiers */ | 275 | /* Reserved table identifiers */ |
| 275 | 276 | ||
| @@ -666,6 +667,7 @@ struct tcamsg { | |||
| 666 | #define RTEXT_FILTER_VF (1 << 0) | 667 | #define RTEXT_FILTER_VF (1 << 0) |
| 667 | #define RTEXT_FILTER_BRVLAN (1 << 1) | 668 | #define RTEXT_FILTER_BRVLAN (1 << 1) |
| 668 | #define RTEXT_FILTER_BRVLAN_COMPRESSED (1 << 2) | 669 | #define RTEXT_FILTER_BRVLAN_COMPRESSED (1 << 2) |
| 670 | #define RTEXT_FILTER_SKIP_STATS (1 << 3) | ||
| 669 | 671 | ||
| 670 | /* End of information exported to user level */ | 672 | /* End of information exported to user level */ |
| 671 | 673 | ||
