When the ARP responder is enabled, secondary IP addresses explicitly
allowed by via the allowed-address-pairs extensions do not resolve.
This change adds the ability to enable the local ARP responder similar
to the feature in the OVS agent. This change disables local ARP
responses by default, so ARP traffic will be sent over the overlay.
DocImpact
UpgradeImpact
Change-Id: I5da4afa44fc94032880ea59ec574df504470fb4a
Closes-Bug: 1445089
(cherry picked from commit bbd881f3a9
)
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
changes/50/288050/7
parent
a0fed179c3
commit
c823e8ccb9
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
The Linuxbridge agent now supports the ability to toggle the local ARP
|
||||
responder when L2Population is enabled. This ensures compatibility with
|
||||
the allowed-address-pairs extension.
|
||||
- closes bug 1445089
|
||||
|
Loading…
Reference in new issue