aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/netconf.h
diff options
context:
space:
mode:
authorAndy Gospodarek <gospo@cumulusnetworks.com>2015-07-07 13:56:57 -0400
committerDavid S. Miller <davem@davemloft.net>2015-07-08 23:34:53 -0700
commit974d7af5fcc295dcf8315255142b2fe44fd74b0c (patch)
tree63edec7d12d90ec24d170f48a002c6bb9b07318e /include/uapi/linux/netconf.h
parentsfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open() (diff)
downloadlinux-dev-974d7af5fcc295dcf8315255142b2fe44fd74b0c.tar.xz
linux-dev-974d7af5fcc295dcf8315255142b2fe44fd74b0c.zip
ipv4: add support for linkdown sysctl to netconf
This kernel patch exports the value of the new ignore_routes_with_linkdown via netconf. v2: changes to notify userspace via netlink when sysctl values change and proposed for 'net' since this could be considered a bugfix Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com> Suggested-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netconf.h b/include/uapi/linux/netconf.h
index 669a1f0b1d97..23cbd34e4ac7 100644
--- a/include/uapi/linux/netconf.h
+++ b/include/uapi/linux/netconf.h
@@ -15,6 +15,7 @@ enum {
NETCONFA_RP_FILTER,
NETCONFA_MC_FORWARDING,
NETCONFA_PROXY_NEIGH,
+ NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN,
__NETCONFA_MAX
};
#define NETCONFA_MAX (__NETCONFA_MAX - 1)