diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2017-02-20 19:03:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-20 19:13:37 +0300 |
commit | 24045a03b8796e3e1ddb370dfe4bc592a9f5f301 (patch) | |
tree | 389ab625604ab8a84695a630da49f3762de3d3cb /include/uapi/linux/netconf.h | |
parent | 766a957df9f51479cb5c7212d19b282da5ca6f07 (diff) | |
download | linux-24045a03b8796e3e1ddb370dfe4bc592a9f5f301.tar.xz |
net: mpls: Add support for netconf
Add netconf support to MPLS. Allows userpsace to learn and be notified
of changes to 'input' enable setting per interface.
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Acked-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/netconf.h')
-rw-r--r-- | include/uapi/linux/netconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netconf.h b/include/uapi/linux/netconf.h index 45dfad509c4d..7e5f0f3e31bf 100644 --- a/include/uapi/linux/netconf.h +++ b/include/uapi/linux/netconf.h @@ -16,6 +16,7 @@ enum { NETCONFA_MC_FORWARDING, NETCONFA_PROXY_NEIGH, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, + NETCONFA_INPUT, __NETCONFA_MAX }; #define NETCONFA_MAX (__NETCONFA_MAX - 1) |