summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/rtnetlink.h
diff options
context:
space:
mode:
authorNicolas Dichtel2012-10-26 00:28:50 +0200
committerDavid S. Miller2012-10-29 00:05:00 +0100
commitf3a1bfb11ccbc72d44f0b58c92115a40128979c3 (patch)
treead32461b8d2cc759260eec13d20f6a82729e69b4 /include/uapi/linux/rtnetlink.h
parentrtnl: add a new type of msg to advertise protocol configuration (diff)
downloadkernel-qcow2-linux-f3a1bfb11ccbc72d44f0b58c92115a40128979c3.tar.gz
kernel-qcow2-linux-f3a1bfb11ccbc72d44f0b58c92115a40128979c3.tar.xz
kernel-qcow2-linux-f3a1bfb11ccbc72d44f0b58c92115a40128979c3.zip
rtnl/ipv6: use netconf msg to advertise forwarding status
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/rtnetlink.h')
-rw-r--r--include/uapi/linux/rtnetlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
index 0043b413b8bc..a4d75ea868ed 100644
--- a/include/uapi/linux/rtnetlink.h
+++ b/include/uapi/linux/rtnetlink.h
@@ -592,6 +592,8 @@ enum rtnetlink_groups {
#define RTNLGRP_PHONET_ROUTE RTNLGRP_PHONET_ROUTE
RTNLGRP_DCB,
#define RTNLGRP_DCB RTNLGRP_DCB
+ RTNLGRP_IPV6_NETCONF,
+#define RTNLGRP_IPV6_NETCONF RTNLGRP_IPV6_NETCONF
__RTNLGRP_MAX
};
#define RTNLGRP_MAX (__RTNLGRP_MAX - 1)