Re: carp_iamatch() tweak
On Thu, Oct 22, 2015 at 12:34:56PM +0200, Martin Pieuchot wrote: > Instead of passing an ``ia'' to dereference ``ia_ifp'', pass ``ifp'' > directly, we have it. > > ok? OK bluhm@ > > Index: netinet/if_ether.c > === > RCS file: /cvs/
carp_iamatch() tweak
Instead of passing an ``ia'' to dereference ``ia_ifp'', pass ``ifp'' directly, we have it. ok? Index: netinet/if_ether.c === RCS file: /cvs/src/sys/netinet/if_ether.c,v retrieving revision 1.172 diff -u -p -r1.172 if_ether.c --- neti