os-vif/vif_plug_linux_bridge
Rodolfo Alonso Hernandez 7b84b527ec Prevent "qbr" Linux Bridge from replying to ARP messages
The Linux Bridge in between the VM TAP interface and OVS should [1][2]:
- Reply only if the target IP address is local address configured
  on the incoming interface.
- Always use the best local address.

[1]http://kb.linuxvirtualserver.org/wiki/Using_arp_announce/arp_ignore_to_disable_ARP
[2]http://linux-ip.net/html/ether-arp.html#ether-arp-flux

Change-Id: I8721b680bbd9f59a67bd8e6855ffb291c208cdb8
Closes-Bug: #1825888
(cherry picked from commit 9ad9b84839)
(cherry picked from commit c42e7641f0)
(cherry picked from commit ca9963c294)
2019-05-30 16:50:09 +00:00
..
tests Prevent "qbr" Linux Bridge from replying to ARP messages 2019-05-30 16:50:09 +00:00
__init__.py import linux bridge plugin implementation 2016-02-16 11:06:59 +00:00
constants.py Add plugin names as constants. 2017-09-05 11:38:12 +00:00
iptables.py [py35] Switch filter to list comprehensions 2017-01-23 02:53:50 +00:00
linux_bridge.py Add Port Profile info to VIF objects Linux Bridge plugin 2017-10-04 15:12:12 +01:00
linux_net.py Prevent "qbr" Linux Bridge from replying to ARP messages 2019-05-30 16:50:09 +00:00
privsep.py linux_bridge: convert over to use privsep module 2016-04-04 12:42:16 +01:00