net: add ARP notify option for devices
This adds another inet device option to enable gratuitous ARP when device is brought up or address change. This is handy for clusters or virtualization. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ead731837d
commit
eefef1cf76
@@ -219,6 +219,7 @@ static const struct trans_ctl_table trans_net_ipv4_conf_vars_table[] = {
|
||||
{ NET_IPV4_CONF_ARP_IGNORE, "arp_ignore" },
|
||||
{ NET_IPV4_CONF_PROMOTE_SECONDARIES, "promote_secondaries" },
|
||||
{ NET_IPV4_CONF_ARP_ACCEPT, "arp_accept" },
|
||||
{ NET_IPV4_CONF_ARP_NOTIFY, "arp_notify" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user