<div dir="ltr"><p>Nothing seems to be able to get through br-ex... When I try and ping 
something external from the instance, traffic gets through the DVR 
router, which sends traffic to the SNAT namespace, to be able to forward
 traffic externally, needs to populate it's next-hop arp entry, so it 
sends out an arp request... That arp request makes it to the br-ex 
bridge, where, according to the flows on that bridge, simply drops the 
arp request (see flows below...)</p> <p>ovs-ofctl dump-flows br-ex
NXST_FLOW reply (xid=0x4):
 cookie=0x9aed292defb23897, duration=4247.101s, <strong>table=0</strong>, n_packets=2719, n_bytes=141881, idle_age=0, priority=2,<strong>in_port=1 actions=resubmit(,1)</strong>
 cookie=0x9aed292defb23897, duration=4248.055s, table=0, n_packets=0, 
n_bytes=0, idle_age=4248, priority=0 actions=NORMAL
 cookie=0x9aed292defb23897, duration=4247.066s, table=0, 
n_packets=297239, n_bytes=12534954, idle_age=0, priority=1 
actions=resubmit(,3)
 cookie=0x9aed292defb23897, duration=4247.033s, <strong>table=1</strong>, n_packets=2719, n_bytes=141881, idle_age=0, priority=0 <strong>actions=resubmit(,2)</strong>
 cookie=0x9aed292defb23897, duration=4247.004s, <strong>table=2</strong>, n_packets=2719, n_bytes=141881, idle_age=0, priority=2,<strong>in_port=1 actions=drop</strong></p> <p>I
 can (and have) manually added flows with higher priorities, to allow 
the arp traffic out, but manual isn't the right solution...</p> <p>WHY!!!!! Why are these flows here? Any help would be greatly appreciated! </p><p>If these drop flows are suppose to be there and Openstack is suppose to insert flows with a more preferred priority, why is Openstack not doing this?</p></div>