K 10 svn:author V 3 ume K 8 svn:date V 27 2002-11-08T16:23:08.000000Z K 7 svn:log V 622 MFC: - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly. - set IFF_UP on SIOCSIFADDR. be consistent with others. - set if_addrlen explicitly (just in case) - multi destination mode is long gone. - missing break statement - add gif_set_tunnel(), so that we can set tunnel address from within the kernel at ease. - encap_attach/detach dynamically on ioctls - move encap_attach() to dedicated function in in*_gif.c sys/net/if_gif.c: 1.32 sys/net/if_gif.h: 1.14 sys/netinet/in_gif.c: 1.17 sys/netinet/in_gif.h: 1.9 sys/netinet6/in6_gif.c: 1.8 sys/netinet6/in6_gif.h: 1.4 END