1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Modified release note:

Fix a typo in IP_ONESBCAST item.

MFC noted:
	ipfw(4) limit rule processing fix.
This commit is contained in:
Hiroki Sato 2003-10-19 12:58:57 +00:00
parent a1f83c968f
commit 5834974f39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121244
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>),