| Summary: | [handbook] IPFW doc change | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Joe <fbsd1> |
| Component: | Books & Articles | Assignee: | Isabell Long <issyl0> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Joe
2010-03-08 02:00:03 UTC
Responsible Changed From-To: freebsd-doc->chinsan I'll take this Responsible Changed From-To: chinsan->issyl0 Take this, as discussed with gjb. Author: issyl0 Date: Thu Jul 26 23:12:22 2012 New Revision: 39270 URL: http://svn.freebsd.org/changeset/doc/39270 Log: There is no need to compile IPFW into the FreeBSD kernel to make use of NAT functionality anymore, so remove these sentences. PR: docs/144543 Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml Thu Jul 26 14:27:36 2012 (r39269) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml Thu Jul 26 23:12:22 2012 (r39270) @@ -2131,8 +2131,7 @@ pass in quick on rl0 proto tcp from any run time loadable module. The system will dynamically load the kernel module when the <filename>rc.conf</filename> statement <literal>firewall_enable="YES"</literal> is used. There is no - need to compile IPFW into the &os; kernel unless - <acronym>NAT</acronym> functionality is desired.</para> + need to compile IPFW into the &os; kernel.</para> <para>After rebooting your system with <literal>firewall_enable="YES"</literal> in @@ -2180,9 +2179,8 @@ net.inet.ip.fw.verbose_limit=5</programl </indexterm> <para>It is not a mandatory requirement to enable IPFW by - compiling the following options into the &os; kernel, unless - <acronym>NAT</acronym> functionality is required. It is presented here - as background information.</para> + compiling the following options into the &os; kernel. It is + presented here as background information only.</para> <programlisting>options IPFIREWALL</programlisting> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed This has now been committed. Thanks for reporting the problem, and sorry for the delay! |