
DVR does the ARP table update through the control plane, and does not allow any ARP requests to get out of the node. In order to address the allowed address pair VRRP IP issue with DVR, we need to add an ARP entry into the ARP Responder table for the allowed address pair IP ( which is taken care by the patch in [1]) This patch adds a rule in the br-int to redirect the packet destinated to the router to the actual router-port and also moves the arp filtering rule to the tunnel or the physical port based on the configuration. By adding the above rule it allows the ARP requests to reach the ARP Responder table and filters the ARP requests before it reaches the physical network or the tunnel. [1] https://review.opendev.org/#/c/601336/ Related-Bug: #1774459 Change-Id: I3905ea56ca0ff35bdd96c818719e6d63a3eb5a72
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%