Date: Wed, 20 Nov 2002 15:20:55 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/net route.c src/sys/netinet ip_encap.c ip_encap.h ip_input.c ip_mroute.c ip_mroute.h ip_output.c ip_var.h raw_ip.c Message-ID: <200211202320.gAKNKtsr011721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2002/11/20 15:20:55 PST
Modified files: (Branch: RELENG_4)
sys/conf files
sys/net route.c
sys/netinet ip_encap.c ip_encap.h ip_input.c
ip_mroute.c ip_mroute.h ip_output.c
ip_var.h raw_ip.c
Log:
MFC: fix multicast routing KLD support, including some minor bug fixes
(see 1.83 of ip_mroute.c).
In detail:
conf/files
ip_mroute optional mrouting
net/route.c
remove useless #include, MFC mrouting KLD support
netinet/ip_encap.c
remove useless #include, access ipip_input through a function pointer
(only a partial MFC -- -current has a better solution).
fix interface to encap4_input() to avoid varargs
netinet/ip_encap.h
remove __P, fix interface to encap4_input
netinet/ip_input.c
MFC: mrouting KLD support, and move here rsvp_input() together
with the rest of the rsvp code.
netinet/ip_mroute.[ch]
MFC 1.83 mrouting cleanup and KLD support
netinet/ip_output.c
MFC mrouting KLD support
netinet/ip_var.h
MFC support for mrouting KLD
netinet/raw_ip.c
MFC support for mrouting KLD
Also some innocuous style cleanup (fix function headers,
remove register, etc.) which have slipped in and i am too
fed up to remove yet another time (and rerun all the kernel
builds with all possible combinations of relevant options to
make sure their removal does not introduce bugs).
Revision Changes Path
1.340.2.122 +1 -1 src/sys/conf/files
1.59.2.9 +1 -6 src/sys/net/route.c
1.1.2.4 +5 -26 src/sys/netinet/ip_encap.c
1.1.2.2 +11 -11 src/sys/netinet/ip_encap.h
1.130.2.42 +31 -3 src/sys/netinet/ip_input.c
1.56.2.6 +315 -539 src/sys/netinet/ip_mroute.c
1.17.2.2 +4 -8 src/sys/netinet/ip_mroute.h
1.99.2.33 +7 -4 src/sys/netinet/ip_output.c
1.50.2.8 +4 -4 src/sys/netinet/ip_var.h
1.64.2.12 +56 -39 src/sys/netinet/raw_ip.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211202320.gAKNKtsr011721>
