Date: Fri, 18 Dec 2009 16:35:28 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200672 - head Message-ID: <200912181635.nBIGZSOm098147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Fri Dec 18 16:35:28 2009 New Revision: 200672 URL: http://svn.freebsd.org/changeset/base/200672 Log: Mention the unification of rc.firewall and rc.firewall6. Suggested by: David Horn <dhorn2000__at__gmail.com> Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Dec 18 16:14:31 2009 (r200671) +++ head/UPDATING Fri Dec 18 16:35:28 2009 (r200672) @@ -22,6 +22,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20091202: + The rc.firewall and rc.firewall6 were unified, and + rc.firewall6 and rc.d/ip6fw were removed. + According to the removal of rc.d/ip6fw, ipv6_firewall_* rc + variables are obsoleted. Instead, the following new rc + variables are added to rc.d/ipfw: + + firewall_client_net_ipv6, firewall_simple_iif_ipv6, + firewall_simple_inet_ipv6, firewall_simple_oif_ipv6, + firewall_simple_onet_ipv6, firewall_trusted_ipv6 + + The meanings correspond to the relevant IPv4 variables. + 20091113: The default terminal emulation for syscons(4) has been changed from cons25 to xterm on all platforms except pc98. This means
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912181635.nBIGZSOm098147>