cvs commit: src/sys/net if_ethersubr.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Nov 27 03:08:31 PST 2007
sephe 2007/11/27 03:06:31 PST
DragonFly src repository
Modified files:
sys/net if_ethersubr.c
Log:
- Move IFF_UP checking to the beginning of ether_input().
- Move ethernet multicast/broadcast destination testing to ether_input(),
before IFF_MONITOR testing.
- Use ETHER_IS_MULTICAST macro to test ethernet multicast/broadcast address.
Obtained-from: FreeBSD
- Nuke no longer needed 'pre_stats' label.
- In ether_input(), assert that the input mbuf contains pkthdr.
Revision Changes Path
1.52 +22 -21 src/sys/net/if_ethersubr.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.51&r2=1.52&f=u
More information about the Commits
mailing list