diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2016-04-22 10:01:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2016-04-22 10:01:12 -0700 |
commit | 32c0b9b7a8211d83ef82fc030c3cb2e137e00821 (patch) | |
tree | 170b33d04812f0f78efd806d9a44521a3b0832b5 /include/linux/rtnetlink.h | |
parent | 8b5be9ecfff493d06189234405be210404dc38bb (diff) |
update kernel headers from net-next
Diffstat (limited to 'include/linux/rtnetlink.h')
-rw-r--r-- | include/linux/rtnetlink.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 6aaa2a3e..ae8b02a5 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -139,6 +139,11 @@ enum { RTM_GETNSID = 90, #define RTM_GETNSID RTM_GETNSID + RTM_NEWSTATS = 92, +#define RTM_NEWSTATS RTM_NEWSTATS + RTM_GETSTATS = 94, +#define RTM_GETSTATS RTM_GETSTATS + __RTM_MAX, #define RTM_MAX (((__RTM_MAX + 3) & ~3) - 1) }; @@ -312,6 +317,7 @@ enum rtattr_type_t { RTA_ENCAP_TYPE, RTA_ENCAP, RTA_EXPIRES, + RTA_PAD, __RTA_MAX }; |