CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/16 05:12:31
Modified files:
sys/net : if_tun.c
Log message:
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@
