Re: 答复: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake

2019-07-01 Thread Pablo Neira Ayuso
On Sat, Jun 29, 2019 at 02:13:59PM +, linmiaohe wrote: > On 6/29/19 20:20 PM, David Ahern wrote: > > On 6/28/19 8:13 PM, linmiaohe wrote: > > > You're right. Fib rules code would set FLOWI_FLAG_SKIP_NH_OIF flag. > > > But I set it here for distinguish with the flags & XT_RPFILTER_LOOSE > >

答复: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake

2019-06-29 Thread linmiaohe
On 6/29/19 20:20 PM, David Ahern wrote: > On 6/28/19 8:13 PM, linmiaohe wrote: > > You're right. Fib rules code would set FLOWI_FLAG_SKIP_NH_OIF flag. > > But I set it here for distinguish with the flags & XT_RPFILTER_LOOSE > > branch. Without this, they do the same work and maybe should be >