cvs commit: src/sys/netgraph ng_eiface.c
Ruslan Ermilov
ru at FreeBSD.org
Fri Sep 15 08:53:11 PDT 2006
ru 2006-09-15 15:53:10 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_eiface.c
Log:
SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags
are supposed to be set directly in ifnet already. This change fixes a
panic when ng_eiface node is attached to ng_fec node and the latter is
shut down (ng_fec sets flags and then calls SIOCSIFFLAGS with a NULL
argument).
MFC after: 3 days
Revision Changes Path
1.37 +1 -1 src/sys/netgraph/ng_eiface.c
More information about the cvs-src
mailing list