[ovs-dev] [PATCH]: Trio of small fixes

Jean Tourrilhes jt at hpl.hp.com
Thu Oct 28 17:20:36 UTC 2010


On Thu, Oct 28, 2010 at 10:16:12AM -0700, Ben Pfaff wrote:
> 
> Can you describe the problem that this fixes in a bit more detail?
> 
> Without your patch, on "master", when I run:
> 
>         ovs-dpctl add-dp br0
>         ovs-dpctl add-if br0 eth0
>         ovs-dpctl add-if br0 eth1
>         ovs-dpctl add-if br0 eth2
>         ovs-openflowd --out-of-band br0 unix:/tmp/socket

	You will also need fail-secure : --fail=closed 

>         ovs-ofctl show br0
> 
> I see the LOCAL port listed in the output, and when I further run:
> 
>         ifconfig br0 192.168.0.20
> 
> I can "ping" br0 from elsewhere.  So the problem isn't obvious.

	Can you do :
		ovs-ofctl show
		ovs-ofctl dump-ports
	And verify that LOCAL is listed there (it is for in-band).
	My symptoms is that OFPP_FLOOD does not flood on OFPP_LOCAL.

> Thanks,
> 
> Ben.

	Regards,

	Jean




More information about the dev mailing list