I have the question about that it's possible vlan bridge have multiple tag?
Example:
Bridge "br11"        Port "br11"                Interface "br11"                
type: internal        Port "tapvm1"            tag: 1            Interface 
"tapvm1"         Port "tapvm2"            tag: 2            Interface "tapvm2"
Basically, vm1 and vm2 can't ping each other and can't forward to external
because br11 doesn't have tag number
If I set br11 to tag1 then vm1 colud ping external but vm2 can't
Now,I want to vm1 ping external ethier vm2
but,I just can set one tag to brdige like below
$sudo ovs-vsctl set port br11 tag=1
how should I do that vm2 colud ping external either ? 
Thanks, I will appreciate your reply.                                     
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to