[ovs-dev] [PATCH 3/3] ovs-docker: Add the ability to set VLANs.

Thomas Graf tgraf at noironetworks.com
Mon Dec 15 15:32:15 UTC 2014


On 12/12/14 at 01:56am, Gurucharan Shetty wrote:
> @@ -155,6 +183,10 @@ Commands:
>                      default gateway for the container. e.g.:
>                      ${UTIL} add-port br-int eth1 c474a0e2830e 192.168.1.2/24 \
>                          192.168.1.1
> +  add-vlan BRIDGE INTERFACE CONTAINER VLAN
> +                    Configures the INTERFACE of CONTAINER attached to BRIDGE
> +                    to become a access port of VLAN. e.g.:
> +                    ${UTIL} add-vlan br-int eth1 c474a0e2830e 5
>    del-port BRIDGE INTERFACE CONTAINER
>                      Deletes INTERFACE inside CONTAINER and removes its
>                      connection to Open vSwitch BRIDGE. e.g.:

Should this be set-vlan? The add-vlan suggests that one could
configure the port to become access port to multiple VLANs.



More information about the dev mailing list