Don't initialize if_output to ether_output(), ether_ifattach() does it for
authorkevlo <kevlo@FreeBSD.org>
Fri, 24 Mar 2017 01:23:07 +0000 (01:23 +0000)
committerkevlo <kevlo@FreeBSD.org>
Fri, 24 Mar 2017 01:23:07 +0000 (01:23 +0000)
commit700f625b7a4a93d73178adf5e5b83c54b22439e3
tree6d36729a9b6ee4c5110fba2bd14daf276e808b1e
parentfa166646081421a3c8006370c3e0c06f9da86f6a
Don't initialize if_output to ether_output(), ether_ifattach() does it for
us already.  While here, remove NOTYET code since if_watchdog is no longer
used.

Reviewed by: royger
MFC after: 3 days
sys/dev/xen/netback/netback.c