search for: net_ipv4_conf_arp_notify

Displaying 1 result from an estimated 1 matches for "net_ipv4_conf_arp_notify".

2009 Jan 29
0
[PATCH] net: add ARP notify option for devices
...CONF((in_dev), ARP_NOTIFY) struct in_ifaddr { =================================================================== --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -490,6 +490,7 @@ NET_IPV4_CONF_ARP_IGNORE=19, NET_IPV4_CONF_PROMOTE_SECONDARIES=20, NET_IPV4_CONF_ARP_ACCEPT=21, + NET_IPV4_CONF_ARP_NOTIFY=22, __NET_IPV4_CONF_MAX }; =================================================================== --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c @@ -219,6 +219,7 @@ { NET_IPV4_CONF_ARP_IGNORE, "arp_ignore" }, { NET_IPV4_CONF_PROMOTE_SECONDARIES, "promote_secondaries&q...