Modified release note:

Fix a typo in IP_ONESBCAST item.

MFC noted:
	ipfw(4) limit rule processing fix.
This commit is contained in:
hrs 2003-10-19 12:58:57 +00:00
parent eb1cd59204
commit 945df0bf16
2 changed files with 6 additions and 4 deletions

View File

@ -319,12 +319,13 @@
<sect3 id="net-proto">
<title>Network Protocols</title>
<para>An <literal>IP_ONESBCAST</literal> option has been added
<para>The <literal>IP_ONESBCAST</literal> option has been added
to enable undirected &man.ip.4; broadcasts to be sent to
specific network interfaces.</para>
<para>A bug in &man.ipfw.4; limit rule processing that could
cause various panics has been fixed.</para>
cause various panics has been fixed.
&merged;</para>
<para>&man.ipfw.4; rules now support comma-separated address lists
(such as <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),

View File

@ -319,12 +319,13 @@
<sect3 id="net-proto">
<title>Network Protocols</title>
<para>An <literal>IP_ONESBCAST</literal> option has been added
<para>The <literal>IP_ONESBCAST</literal> option has been added
to enable undirected &man.ip.4; broadcasts to be sent to
specific network interfaces.</para>
<para>A bug in &man.ipfw.4; limit rule processing that could
cause various panics has been fixed.</para>
cause various panics has been fixed.
&merged;</para>
<para>&man.ipfw.4; rules now support comma-separated address lists
(such as <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),