Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   itojun
Date:           Sun Jul 29 05:08:33 UTC 2001

Modified Files:
        syssrc/sys/net: if_gif.c if_gif.h
        syssrc/sys/netinet: in_gif.c in_gif.h
        syssrc/sys/netinet6: in6_gif.c in6_gif.h

Log Message:
sync gif interface code with latest kame.
IFF_RUNNING is clearified.  attach/detach logic is more clearner.
the old code mistakenly set IFF_UP by itself, now the behavior is gone.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/net/if_gif.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/net/if_gif.h
cvs rdiff -r1.21 -r1.22 syssrc/sys/netinet/in_gif.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/netinet/in_gif.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/netinet6/in6_gif.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/netinet6/in6_gif.h

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




Home | Main Index | Thread Index | Old Index