By default, OVS is running in OpenFlow mode, attached to a controller, so trying to set a VLAN that way is not a sensible thing to do.
However, what you’re trying might work with OVSBridge (—switch ovsbr). On Mar 28, 2015, at 6:38 PM, Vinllen Chen <[email protected]> wrote: > > Hello, Dear all: > I use ovs and mininet to build my net like this: > h1--s1--s2--h3 > | | > h2 h4 > And then i set the vlan tag: > ovs-vsctl set port s1-h1 tag=10 > ovs-vsctl set port s1-h2 tag=20 > As a result, i can ping successfully between every two hosts as not > expected. Why different vlan tag can ping successfully? Greate appreciation > for anyone's reply. > Thanks, > Vinllen > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
