Hi All,

I am trying to run some basic setup with OVS like creating a bridge and
adding taps for VM's in the bridge and a secondary ethernet port and then
eventually put the machine on the network. What I see is that if I do below
commands and add secondary eth3 port on the machine in the ovs bridge, I
see that packets start getting dropped. If I do ifconfig eth3, I dont see
any drops.

Any idea why this might be happening in this case  ?

ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth3

ifconfig br0
br0       Link encap:Ethernet  HWaddr 3C:A8:2A:0D:F9:31
          BROADCAST PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:29 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Regards
Chetan
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to