cut tun_init() out, it does pointless work.
authordlg <dlg@openbsd.org>
Wed, 16 Oct 2024 11:12:31 +0000 (11:12 +0000)
committerdlg <dlg@openbsd.org>
Wed, 16 Oct 2024 11:12:31 +0000 (11:12 +0000)
commit21537d4178ddf6fffc9aabdb8b5bdd85724ec552
tree8f2d694c9ad7b1a017a2ee04860cc0aa896813b8
parentcca0aa0677fc40e23612d4afa267939656dd3a9b
cut tun_init() out, it does pointless work.

tun_init turns interface/stack config into a set of flags that
tun(4) keeps in tun_softc sc_flags, but never uses.

ok miod@ kn@
sys/net/if_tun.c