Re: [PATCH] ipv6:delete duplicate code for reserved iid check

2021-03-02 Thread David Ahern
On 3/2/21 5:53 PM, zhang kai wrote: > Using the ipv6_reserved_interfaceid for interface id checking. > > Signed-off-by: zhang kai > --- > net/ipv6/addrconf.c | 45 +++-- > 1 file changed, 19 insertions(+), 26 deletions(-) > Looks equivalent to me. Code w

[PATCH] ipv6:delete duplicate code for reserved iid check

2021-03-02 Thread zhang kai
Using the ipv6_reserved_interfaceid for interface id checking. Signed-off-by: zhang kai --- net/ipv6/addrconf.c | 45 +++-- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index f2337fb75..e9d13ce62