Module Name: src Committed By: christos Date: Sat Jul 8 22:56:15 UTC 2017
Modified Files: src/sys/netinet: ip_input.c Log Message: Reorder the controls to the ones that need an interface and the ones that don't; process the ones that don't first. Add a DIAGNOSTIC if there is no interface; really this should be a KASSERT/panic because it is a bug if the interface is not set at this point. To generate a diff of this commit: cvs rdiff -u -r1.357 -r1.358 src/sys/netinet/ip_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.