K 10 svn:author V 2 bz K 8 svn:date V 27 2016-03-05T15:07:25.418897Z K 7 svn:log V 396 Decompose the protocol hooks and the interface creation as they occur (and have to happen) at totally different times. Interfaces are created before protocols are attached and protocol hooks are removed before protocols are torn down. This prevents a panic on boot when enc(4) is compiled into the kernel or the module is loaded from loader. Reported by: kp Sponsored by: The FreeBSD Foundation END