Module Name: src Committed By: ozaki-r Date: Tue Jun 28 02:36:54 UTC 2016
Modified Files: src/sys/net: if.c if.h src/sys/netinet6: in6.c Log Message: Introduce if_is_deactivated Checking ifp->if_output == if_nulloutput is too implicit. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 src/sys/net/if.c cvs rdiff -u -r1.217 -r1.218 src/sys/net/if.h cvs rdiff -u -r1.200 -r1.201 src/sys/netinet6/in6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.