summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorArvid Brodin <arvid.brodin@alten.se>2013-11-29 22:38:16 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-11-30 17:48:14 (GMT)
commit98bf8362220af717862b8262b21348774890b7b4 (patch)
tree35fdc9821c93fe29d6209c1aa12fe238bc876d2a /include/uapi
parent213e3bc723e53af0976421d2808ea3f6cc821c56 (diff)
downloadlinux-fsl-qoriq-98bf8362220af717862b8262b21348774890b7b4.tar.xz
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/uapi')
-rw-r--r--include/uapi/linux/if_link.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index b78566f..6db4601 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,
};