Re: [ovs-dev] [IPv6 v2 08/10] ovn: Don't require clearing inport to hair-pin packets.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 12:43 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:18PM -0700, Justin Pettit wrote: >> Introduce the "flags.loopback" symbol to allow packets to be sent back >> on their ingress ports. Previously, one needed to clear "inport" to >> hair-pin

Re: [ovs-dev] [IPv6 v2 08/10] ovn: Don't require clearing inport to hair-pin packets.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 11:26:18PM -0700, Justin Pettit wrote: > Introduce the "flags.loopback" symbol to allow packets to be sent back > on their ingress ports. Previously, one needed to clear "inport" to > hair-pin packets, but this made "inport" not available for future > matching. This

[ovs-dev] [IPv6 v2 08/10] ovn: Don't require clearing inport to hair-pin packets.

2016-07-29 Thread Justin Pettit
Introduce the "flags.loopback" symbol to allow packets to be sent back on their ingress ports. Previously, one needed to clear "inport" to hair-pin packets, but this made "inport" not available for future matching. This approach should be more intuitive, but it will also be needed in future