Re: [ovs-dev] [PATCH v2] ovs-docker: Add the ability to set VLANs.

2014-12-15 Thread Gurucharan Shetty
On Mon, Dec 15, 2014 at 2:48 PM, Thomas Graf wrote: > On 12/15/14 at 01:18am, Gurucharan Shetty wrote: >> For containers containing multiple ports and spawned by >> orchestrators without openflow flows configured, it can be quite >> useful to distinguish their traffic with vlans. This can be usefu

Re: [ovs-dev] [PATCH v2] ovs-docker: Add the ability to set VLANs.

2014-12-15 Thread Thomas Graf
On 12/15/14 at 01:18am, Gurucharan Shetty wrote: > For containers containing multiple ports and spawned by > orchestrators without openflow flows configured, it can be quite > useful to distinguish their traffic with vlans. This can be useful > when containers are spawned inside VMs instead of hype

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

2014-12-15 Thread Gurucharan Shetty
For containers containing multiple ports and spawned by orchestrators without openflow flows configured, it can be quite useful to distinguish their traffic with vlans. This can be useful when containers are spawned inside VMs instead of hypervisors. Signed-off-by: Gurucharan Shetty --- v1-v2: Ch