cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_fw.h
ip_fw2.c
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Aug 20 08:36:59 GMT 2005
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
More information about the cvs-src
mailing list