Rewording in release notes -- fix man page

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8096 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-01-22 23:58:06 +00:00
parent 746a00994d
commit f77f0de2ad
2 changed files with 23 additions and 1 deletions

View File

@ -157,7 +157,8 @@ Other changes in Shorewall 4.1.4.
5) A new 'sourceonly' OPTION has been added for entries in
/etc/shorewall/hosts. This option is the opposite of the 'destonly'
option in that only packets *from* this set of hosts is considered
to originate in the specified ZONE.
to originate in the specified ZONE. This option is not supported by
Shorewall-shell.
Migration Issues.

View File

@ -187,6 +187,27 @@
here.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>sourceonly</term>
<listitem>
<para>Normally used to specify non-ipsec members in an ipsec
zone to implement a Star topology. Specifies that traffic will
be received from the specified net(s) but that no traffic will
be sent to the net(s).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>destonly</term>
<listitem>
<para>Normally used with the Multi-cast range. Specifies that
traffic will be sent to the specified net(s) but that no
traffic will be received from the net(s).</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>