Re: [ovs-dev] [PATCH v2] ovn-northd: logical router icmp response should not care about inport

2016-05-26 Thread Flaviof
On Thu, May 26, 2016 at 4:00 PM, Darrell Ball wrote: > > > On Wed, May 25, 2016 at 9:40 PM, Flavio Fernandes > wrote: > >> When responding to icmp echo requests (aka ping) packets, the logical >> router should not restrict responses based on the inport. >> >> Example diagram: >> >> vm: IP1.1 (su

Re: [ovs-dev] [PATCH v2] ovn-northd: logical router icmp response should not care about inport

2016-05-26 Thread Darrell Ball
On Wed, May 25, 2016 at 9:40 PM, Flavio Fernandes wrote: > When responding to icmp echo requests (aka ping) packets, the logical > router should not restrict responses based on the inport. > > Example diagram: > > vm: IP1.1 (subnet1) > logical_router: IP1.2 (subnet1) and IP2.2 (subnet2) > >vm

[ovs-dev] [PATCH v2] ovn-northd: logical router icmp response should not care about inport

2016-05-25 Thread Flavio Fernandes
When responding to icmp echo requests (aka ping) packets, the logical router should not restrict responses based on the inport. Example diagram: vm: IP1.1 (subnet1) logical_router: IP1.2 (subnet1) and IP2.2 (subnet2) vm ---[subnet1]--- logical_router ---[subnet2]