Integration library between network (Neutron) and compute (Nova) providers
Go to file
Rodolfo Alonso Hernandez ca9963c294 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.

Conflicts:
      vif_plug_linux_bridge/linux_net.py
      vif_plug_linux_bridge/tests/unit/test_linux_net.py
      vif_plug_ovs/linux_net.py
      vif_plug_ovs/tests/unit/test_linux_net.py

[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)
2019-05-28 08:18:50 +00:00
doc convert os-vif docs to follow PTI 2018-07-18 08:24:37 +00:00
os_vif doc: Fix arg specs and object types in docs 2018-07-16 17:55:22 +01:00
playbooks/os-vif-ovs OpenDev Migration Patch 2019-04-19 19:37:14 +00:00
releasenotes Prevent "qbr" Linux Bridge from replying to ARP messages 2019-05-28 08:18:50 +00:00
vif_plug_linux_bridge Prevent "qbr" Linux Bridge from replying to ARP messages 2019-05-28 08:18:50 +00:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs Prevent "qbr" Linux Bridge from replying to ARP messages 2019-05-28 08:18:50 +00:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Git ignore .stestr 2018-01-15 16:18:50 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:14 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.stestr.conf Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.zuul.yaml Merge "make kuryr-kubernetes-tempest-daemon-octavia non voting" into stable/rocky 2019-04-28 10:47:04 +00:00
CONTRIBUTING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
HACKING.rst Update the documentation link for doc migration 2017-07-24 17:20:28 +08:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Add release note link in README 2018-06-27 15:52:27 +00:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
lower-constraints.txt Add lower-constraints job 2018-04-17 17:21:09 -04:00
requirements.txt Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
setup.cfg Add vif_plug_noop to setup.cfg packages 2018-07-26 20:09:44 +00:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt convert os-vif docs to follow PTI 2018-07-18 08:24:37 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-07-26 12:36:00 +00:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.