Re: [ovs-dev] [PATCH v2] ovn-controller: Container can have connection to a hosting VM.

2016-11-02 Thread Guru Shetty
On 2 November 2016 at 09:09, Ben Pfaff wrote: > On Wed, Oct 05, 2016 at 03:17:44AM -0700, Gurucharan Shetty wrote: > > A Container running inside a VM can have a connection to the > > hosting VM (parent port) in the logical topology (for e.g via a router). > > So we should be able

Re: [ovs-dev] [PATCH v2] ovn-controller: Container can have connection to a hosting VM.

2016-11-02 Thread Ben Pfaff
On Wed, Oct 05, 2016 at 03:17:44AM -0700, Gurucharan Shetty wrote: > A Container running inside a VM can have a connection to the > hosting VM (parent port) in the logical topology (for e.g via a router). > So we should be able to loop-back into the same VM, even if the > final packet delivered

[ovs-dev] [PATCH v2] ovn-controller: Container can have connection to a hosting VM.

2016-10-05 Thread Gurucharan Shetty
A Container running inside a VM can have a connection to the hosting VM (parent port) in the logical topology (for e.g via a router). So we should be able to loop-back into the same VM, even if the final packet delivered does not have any tags in it. Reported-by: Dustin Spinhirne