mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Add [...] to IPv6 doc.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
54b21365c2
commit
a1e46b68f0
@ -419,6 +419,15 @@ ACCEPT net $FW:<2002:ce7c:92b4::3> tcp
|
||||
<programlisting>#ACTION SOURCE DEST PROTO DEST
|
||||
# PORT(S)
|
||||
ACCEPT net:wlan0:<2002:ce7c:92b4::3> tcp 22</programlisting>
|
||||
|
||||
<para>Beginning with Shorewall 4.4.6 and 4.5.4, square brackets ("["
|
||||
and "]") may also be used.</para>
|
||||
|
||||
<para>Example (<filename>/etc/shorewall6/rules</filename>):</para>
|
||||
|
||||
<programlisting>#ACTION SOURCE DEST PROTO DEST
|
||||
# PORT(S)
|
||||
ACCEPT net:wlan0:[2002:ce7c:92b4::3] tcp 22</programlisting>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user