diff options
| author | Hangbin Liu <liuhangbin@gmail.com> | 2018-04-18 19:06:42 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-19 09:21:00 +0200 |
| commit | d1b2ef6921ec6c47d2e8b856a6558023cc1c930e (patch) | |
| tree | da961feea683c97c0b9926f46e8e847c410276d9 /sys/linux/socket_netlink_route_amd64.const | |
| parent | 829f023456746402c5e958e624a7cabf3bef2e30 (diff) | |
sys/linux/socket_netlink_route: update RTM_GETSTATS PAYLOAD format
Update RTM_GETSTATS PAYLOAD format.
Also fix ipv4_getroute and ipmr_getroute PAYLOAD format.
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Diffstat (limited to 'sys/linux/socket_netlink_route_amd64.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_amd64.const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_amd64.const b/sys/linux/socket_netlink_route_amd64.const index f972ac8c7..230a71350 100644 --- a/sys/linux/socket_netlink_route_amd64.const +++ b/sys/linux/socket_netlink_route_amd64.const @@ -72,6 +72,12 @@ IFLA_PHYS_SWITCH_ID = 36 IFLA_PORT_SELF = 25 IFLA_PROMISCUITY = 30 IFLA_PROTO_DOWN = 39 +IFLA_STATS_AF_SPEC = 5 +IFLA_STATS_LINK_64 = 1 +IFLA_STATS_LINK_OFFLOAD_XSTATS = 4 +IFLA_STATS_LINK_XSTATS = 2 +IFLA_STATS_LINK_XSTATS_SLAVE = 3 +IFLA_STATS_UNSPEC = 0 IFLA_TXQLEN = 13 IFLA_VFINFO_LIST = 22 IFLA_VF_INFO = 1 |
