Update kernel configuration locations for iptables

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5992 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-05-03 17:12:23 +00:00
parent 1b74478511
commit 32739aff9f
3 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "May &day;st, &year;">
<!ENTITY releasedate "May &day;rd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->

View File

@ -40,6 +40,16 @@
</listitem>
-->
<listitem>
<para>May 3rd, 2006</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated location of kernel options in
iptables. Thanks to Allard Welter who pointed this
out.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 1st, 2006</para>

View File

@ -86,9 +86,9 @@
<para>A firewall in Linux is accomplished through a portion of the
kernel called netfilter. The interface to netfilter is
<application>iptables</application>. To use it, the appropriate
kernel configuration parameters are found in Device Drivers -&gt;
Networking Support -&gt; Networking Options -&gt;
Network Packet Filtering -&gt; IP: Netfilter Configuration.</para>
kernel configuration parameters are found in Networking &rArr;
Networking Options &rArr; Network Packet Filtering &rArr;
Core Netfilter Configuration (and) IP: Netfilter Configuration.</para>
<indexterm zone="iptables iptables-kernel">
<primary sortas="d-iptables">Iptables</primary>