K 10 svn:author V 2 ru K 8 svn:date V 27 2006-09-15T15:53:09.000000Z K 7 svn:log V 313 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 END