Date: Sat, 20 Aug 2005 08:36:58 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c Message-ID: <200508200836.j7K8awm3014307@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2005-08-20 08:36:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_fw.h ip_fw2.c Log: MFC: rev. 1.108, 1.109 src/sys/netinet/ip_fw2.c rev. 1.101 src/sys/netinet/ip_fw.h rev. 1.77 src/sbin/ipfw/ipfw2.c rev. 1.176 src/sbin/ipfw/ipfw.8 * Add dynamic sysctl for net.inet6.ip6.fw. * Correct handling of IPv6 Extension Headers. * Add unreach6 code. * Add logging for IPv6. * Fix build without INET6 and IPFIREWALL compiled into kernel.[1] Submitted by: sysctl handling derived from patch from ume needed for ip6fw Obtained from: is_icmp6_query and send_reject6 derived from similar functions of netinet6,ip6fw Reviewed by: ume, gnn; silence on ipfw@ Spotted and tested by: Michal Mertl <mime at traveller.cz>[1] Approved by: re (kensmith) Revision Changes Path 1.175.2.1 +20 -1 src/sbin/ipfw/ipfw.8 1.76.2.1 +69 -2 src/sbin/ipfw/ipfw2.c 1.100.2.1 +5 -0 src/sys/netinet/ip_fw.h 1.106.2.1 +289 -67 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508200836.j7K8awm3014307>