Merge "Enable arp_accept for all interfaces"
This commit is contained in:
@@ -77,6 +77,8 @@ outputs:
|
|||||||
value: 0
|
value: 0
|
||||||
net.ipv4.conf.all.send_redirects:
|
net.ipv4.conf.all.send_redirects:
|
||||||
value: 0
|
value: 0
|
||||||
|
net.ipv4.conf.all.arp_accept:
|
||||||
|
value: 1
|
||||||
net.ipv4.conf.default.accept_redirects:
|
net.ipv4.conf.default.accept_redirects:
|
||||||
value: 0
|
value: 0
|
||||||
net.ipv4.conf.default.secure_redirects:
|
net.ipv4.conf.default.secure_redirects:
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
All nodes now enable ``arp_accept`` sysctl setting to help with honoring
|
||||||
|
gratuitous ARP packets in their ARP tables. While sources of gratuitous ARP
|
||||||
|
packets are diverse, this comes especially useful for Neutron floating IP
|
||||||
|
addresses that roam between devices, and for which Neutron L3 agent sends
|
||||||
|
gratuitous ARP packets to update all network nodes about IP address new
|
||||||
|
locations.
|
||||||
Reference in New Issue
Block a user