silby 2003/08/08 19:55:11 PDT FreeBSD src repository Modified files: sys/net if_loop.c Log: #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might) require this to be done, there's no reason to waste time doing it if ipv6 isn't compiled in. MFC after: 1 week Revision Changes Path 1.84 +2 -0 src/sys/net/if_loop.c