cvs commit: src/sys/net/tap if_tap.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Jan 13 23:31:20 PST 2007


sephe       2007/01/13 23:25:59 PST

DragonFly src repository

  Modified files:
    sys/net/tap          if_tap.c 
  Log:
  - 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
  
  Revision  Changes    Path
  1.34      +27 -6     src/sys/net/tap/if_tap.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/tap/if_tap.c.diff?r1=1.33&r2=1.34&f=u





More information about the Commits mailing list