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

Gurucharan Shetty shettyg at nicira.com
Mon Dec 15 17:50:24 UTC 2014


On Mon, Dec 15, 2014 at 7:32 AM, Thomas Graf <tgraf at noironetworks.com> wrote:
> 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.
You are correct. I will re-spin this one.



More information about the dev mailing list