On Wed, Aug 11, 2010 at 7:56 AM, Julien GUAY
<[email protected]> wrote:
> I would like to know if there is a way to see which VLAN a port belongs to?

If you set the tag on the port:
    ovs-vsctl get Port <portname> tag
If you set the tag on the bridge:
    ovs-vsctl br-to-vlan <bridge>
where <bridge> is the bridge that the port is on.

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to