Date: Wed, 16 Oct 2002 12:49:37 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c if_gif.h src/sys/netinet in_gif.c in_gif.h src/sys/netinet6 in6_gif.c in6_gif.h Message-ID: <200210161949.g9GJncgj080620@repoman.freebsd.org>
index | next in thread | raw e-mail
ume 2002/10/16 12:49:37 PDT
Modified files:
sys/net if_gif.c if_gif.h
sys/netinet in_gif.c in_gif.h
sys/netinet6 in6_gif.c in6_gif.h
Log:
- 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
Obtained from: KAME
MFC after: 3 weeks
Revision Changes Path
1.32 +157 -133 src/sys/net/if_gif.c
1.14 +5 -1 src/sys/net/if_gif.h
1.17 +89 -29 src/sys/netinet/in_gif.c
1.9 +3 -0 src/sys/netinet/in_gif.h
1.8 +99 -27 src/sys/netinet6/in6_gif.c
1.4 +4 -1 src/sys/netinet6/in6_gif.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161949.g9GJncgj080620>
