Re: remove ip local

2022-08-21 Thread Vitaliy Makkoveev
ok mvs@ > On 21 Aug 2022, at 16:04, Alexander Bluhm wrote: > > Hi, > > After moving the IPv4 fragment reassembly and IPv6 hob-by-hob header > chain processing out of ip_local() and ip6_local(), we can remove > these almost empty stubs. No functional change intended. > > ok? > > bluhm > > In

remove ip local

2022-08-21 Thread Alexander Bluhm
Hi, After moving the IPv4 fragment reassembly and IPv6 hob-by-hob header chain processing out of ip_local() and ip6_local(), we can remove these almost empty stubs. No functional change intended. ok? bluhm Index: netinet/ip_input.c ==