Add restriction on the use of the 'dhcp' option

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9188 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-29 18:23:52 +00:00
parent 0520da0397
commit 73230a582d

View File

@ -267,8 +267,19 @@ loc eth2 -</programlisting>
</listitem>
<listitem>
<para>the interface is a bridge with a DHCP server on one
port and DHCP clients on another port.</para>
<para>the interface is a <ulink
url="../SimpleBridge.html">simple bridge</ulink> with a
DHCP server on one port and DHCP clients on another
port.</para>
<note>
<para>If you use <ulink
url="../bridge-Shorewall-perl.html">Shorewall-perl for
firewall/bridging</ulink>, then you need to include
DHCP-specific rules in <ulink
url="shorewall-rules.html">shorewall-rules</ulink>(8).
DHCP uses UDP ports 67 and 68.</para>
</note>
</listitem>
</orderedlist>