New Question
0

OVS bridge patching for Neutron

asked 2016-09-15 22:30:10 +0300

jrack gravatar image

Was having issues w DHCP and metadata from our controller and found Discovers are broadcast on br-int, but watching br-tun where the vxlan tunnel ports are connected I don't see the broadcasts reflected. What am I missing here?

br-int
Port patch-tun
Interface patch-tun
type: patch
options:
{peer=patch-int}
br-tun
Port patch-int
Interface patch-int
type: patch
options:
{peer=patch-tun}
edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-01-17 02:07:09 +0300

aserdean gravatar image

Most of communication was done offline.

Fixed with commit: https://github.com/cloudbase/ovs/comm...

The issue was we were not clearing the route cache properly and did not apply a hard match on the source IP.

Thanks, Alin.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-09-15 22:30:10 +0300

Seen: 266 times

Last updated: Jan 17 '17