Module Name: src Committed By: maxv Date: Fri Jan 26 11:06:32 UTC 2018
Modified Files: src/sys/net: if_etherip.c Log Message: Don't call if_attach, do if_initialize+if_register, otherwise when an EtherIP packet is received the first KASSERT in if_input() fires. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/net/if_etherip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.