DragonFly commits List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net/tap if_tap.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]