K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-11-20T23:20:55.000000Z K 7 svn:log V 1205 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). END