Re: [PATCH net-next v2 3/5] ipv6: fib6_rules: support for match on sport, dport and ip proto

2018-02-28 Thread Nikolay Aleksandrov
On 28/02/18 05:52, Roopa Prabhu wrote: > From: Roopa Prabhu > > support to match on src port, dst port and ip protocol. > > Signed-off-by: Roopa Prabhu > --- > net/ipv6/fib6_rules.c | 11 +++ > 1 file changed, 11 insertions(+) > >

[PATCH net-next v2 3/5] ipv6: fib6_rules: support for match on sport, dport and ip proto

2018-02-27 Thread Roopa Prabhu
From: Roopa Prabhu support to match on src port, dst port and ip protocol. Signed-off-by: Roopa Prabhu --- net/ipv6/fib6_rules.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c