diff options
author | Arvid Brodin <arvid.brodin@alten.se> | 2013-11-29 23:38:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-30 12:48:14 -0500 |
commit | 98bf8362220af717862b8262b21348774890b7b4 (patch) | |
tree | 35fdc9821c93fe29d6209c1aa12fe238bc876d2a /include | |
parent | 213e3bc723e53af0976421d2808ea3f6cc821c56 (diff) | |
download | linux-98bf8362220af717862b8262b21348774890b7b4.tar.bz2 |
net/hsr: Support iproute print_opt ('ip -details ...')
This implements the rtnl_link_ops fill_info routine for HSR.
Signed-off-by: Arvid Brodin <arvid.brodin@alten.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/if_link.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index b78566f59aba..6db460121f84 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -488,7 +488,9 @@ enum { IFLA_HSR_UNSPEC, IFLA_HSR_SLAVE1, IFLA_HSR_SLAVE2, - IFLA_HSR_MULTICAST_SPEC, + IFLA_HSR_MULTICAST_SPEC, /* Last byte of supervision addr */ + IFLA_HSR_SUPERVISION_ADDR, /* Supervision frame multicast addr */ + IFLA_HSR_SEQ_NR, __IFLA_HSR_MAX, }; |