- Invoke ifnet_attach_event when open tap(4) device file, for which the
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 14 Jan 2007 07:25:59 +0000 (07:25 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 14 Jan 2007 07:25:59 +0000 (07:25 +0000)
commitebee7c7fcad9ece89ff7c844f155b520d65a60b7
tree25cc61352af40e13ac9419899fb23a7c8166380a
parent89a03866ca92daa2fda153cf62e65a692850fcc4
- Invoke ifnet_attach_event when open tap(4) device file, for which the
  corresponding tap(4) interface have already been created
- Add missing rt_ifannouncemsg(IFAN_{ARRIVAL,DEPARTURE})
- Correct SIOCSIFFLAGS ifnet.if_ioctl() support for non-vmnet tap(4):
  Call ifnet.if_init(), i.e. tapifinit(), when IFF_UP is in ifnet.if_flags
  but IFF_RUNNING is missing
sys/net/tap/if_tap.c