On Tue, Jun 16, 2015 at 11:43:17PM +0200, Stefan Kooman wrote:
> Hi list,
> 
> I followed the "FAQ" to change a "tagged / trunk" port to an "access
> port":
> 
> 
> If you want to configure an already added port as an access port, use
> "ovs-vsctl set", e.g.:
> 
>    ovs-vsctl set port tap0 tag=9
> 
> However, the port (vnet) keeps the "trunks=vid" entry, and gets another
> "tag=vid" entry. Example:
> 
> Bridge uplink
>         Port "vnet6"
>             tag: 226             <--- added by set port command
>             trunks: [226, 227]
>             Interface "vnet6"
> 
> Is the above configuration for port "vnet6" equivalent to a "native vlan" 
> (native-untagged)? How
> can one convert a trunk port to an "access port"

ovs-vsctl set port tap0 tag=9 -- clear port tap0 trunks
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to