mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Correct IPv4 examples in shorewall-blrules(5)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1897794dbf
commit
5048e68cb5
@ -280,9 +280,9 @@
|
|||||||
<term>IPv4 Example 1:</term>
|
<term>IPv4 Example 1:</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Drop Teredo packets from the net.</para>
|
<para>Drop 6to4 packets from the net.</para>
|
||||||
|
|
||||||
<programlisting>DROP net:[2001::/32] all</programlisting>
|
<programlisting>DROP net:192.88.99.1 all</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -290,10 +290,10 @@
|
|||||||
<term>IPv4 Example 2:</term>
|
<term>IPv4 Example 2:</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Don't subject packets from 2001:DB8::/64 to the remaining
|
<para>Don't subject packets from 70.90.191.120/29 to the remaining
|
||||||
rules in the file.</para>
|
rules in the file.</para>
|
||||||
|
|
||||||
<programlisting>WHITELIST net:[2001:DB8::/64] all</programlisting>
|
<programlisting>WHITELIST net:70.90.191.120/29 all</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user