CVS commit: src/sys/netiso

2011-10-18 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Oct 19 01:53:35 UTC 2011

Modified Files:
src/sys/netiso: iso.c iso_snpac.c

Log Message:
Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/netiso/iso.c
cvs rdiff -u -r1.53 -r1.54 src/sys/netiso/iso_snpac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netiso

2011-03-09 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Mar  9 22:04:53 UTC 2011

Modified Files:
src/sys/netiso: if_eon.c

Log Message:
Remove ifa == NULL check, ifa cannot be NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/netiso/if_eon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.