diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2012-10-25 18:28:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-28 19:05:00 -0400 |
commit | edc9e748934cf406cab708ca5dda7bd3c0f0a1db (patch) | |
tree | 0c7e4b1aa6f747ca24f09bd4a8752032a4d22834 /include/uapi | |
parent | 76f8f6cb76b110aaace90b6208b1ceb46bd78b7f (diff) |
rtnl/ipv4: 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')
-rw-r--r-- | include/uapi/linux/rtnetlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index a4d75ea868ed..3dee071770d5 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h | |||
@@ -592,6 +592,8 @@ enum rtnetlink_groups { | |||
592 | #define RTNLGRP_PHONET_ROUTE RTNLGRP_PHONET_ROUTE | 592 | #define RTNLGRP_PHONET_ROUTE RTNLGRP_PHONET_ROUTE |
593 | RTNLGRP_DCB, | 593 | RTNLGRP_DCB, |
594 | #define RTNLGRP_DCB RTNLGRP_DCB | 594 | #define RTNLGRP_DCB RTNLGRP_DCB |
595 | RTNLGRP_IPV4_NETCONF, | ||
596 | #define RTNLGRP_IPV4_NETCONF RTNLGRP_IPV4_NETCONF | ||
595 | RTNLGRP_IPV6_NETCONF, | 597 | RTNLGRP_IPV6_NETCONF, |
596 | #define RTNLGRP_IPV6_NETCONF RTNLGRP_IPV6_NETCONF | 598 | #define RTNLGRP_IPV6_NETCONF RTNLGRP_IPV6_NETCONF |
597 | __RTNLGRP_MAX | 599 | __RTNLGRP_MAX |