Description of problem: With port-security disabled, all ingress traffic is flooded across all br-int ports. In this case, one guest has port-security disabled and when tcpdumping that port's tap, we see traffic destined to another VM hosted on the same compute. It looks like there's no mac learning at all for this port. We might be hitting those issues here: https://bugs.launchpad.net/neutron/+bug/1732067 https://bugs.launchpad.net/neutron/+bug/1945306 https://bugs.launchpad.net/neutron/+bug/1866445 https://bugs.launchpad.net/neutron/+bug/1883321 Version-Release number of selected component (if applicable): 16.1.3 How reproducible: Always Steps to Reproduce: 1. Disable port security on a port 2. 3. Actual results: br-int ports are flooded with all ingress packets Expected results: mac learning all the way. Additional info: