Hi Everbody,

 I have one OVS machine (1.2.2) with two VMs. (VM1 and VM2)
I am creating bridge and vlan tag on VMs by following commands-
       ovs-vsctl add-br br0
       ovs-vsctl add-port br0 eth0
       ovs-vsctl add-port br0 vnet0 tag=2
       ovs-vsctl add-port br0 vnet1 tag=2

when I am pinging VM2 from VM1 ,ping is successful in this case

Query:-
1. why we are "not"  getting these packets on br0 and eth0
2. when I am using following command to make bridge as trunk for other
vlans then also above ping is successful
ovs-vsctl set port br0 trunks=3,4
ovs-vsctl set port eth0 trunks=3,4

Please send response, I am not able to figure out why it is not working.

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

Reply via email to