On Jun 4, 2011, at 4:00 PM, manel med wrote: > ovs-vsctl list bridge shows br0 and br1 > root@cactus:~# ovs-dpctl show > system@br1: > lookups: frags:0, hit:192, missed:120, lost:0 > port 0: br1 (internal)
I don't see the kernel module knowing about "br0"... > root@cactus:~# brctl show > bridge name bridge id STP enabled interfaces > br0 8000.003018a24f43 no vlan100 > br1 0000.00232085baf0 no > virbr0 8000.000000000000 yes However it appears in "brctl show". You aren't running the bridge module at the same time, are you? If not, then it may be a bug in the bridge compatibility module (which I'm guessing you're using). What version of OVS are you using? --Justin _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
