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.
Reviewed: https:/ /review. opendev. org/655332 /git.openstack. org/cgit/ openstack/ os-vif/ commit/ ?id=9ad9b848391 3a38345133120b0 4c4677fab9cb68
Committed: https:/
Submitter: Zuul
Branch: master
commit 9ad9b8483913a38 345133120b04c46 77fab9cb68
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Apr 24 07:09:21 2019 +0000
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.linuxvirtual server. org/wiki/ Using_arp_ announce/ arp_ignore_ to_disable_ ARP linux-ip. net/html/ ether-arp. html#ether- arp-flux
[2]http://
Change-Id: I8721b680bbd9f5 9a67bd8e6855ffb 291c208cdb8
Closes-Bug: #1825888