mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Correct ipset allowed characters
This commit is contained in:
parent
c902045348
commit
68fe7c733e
@ -922,9 +922,9 @@ insert_rule $filter_table->{OUTPUT}, 1, "-p udp --sport 1701 -j ACCEPT";
|
||||
<title>Ipsets</title>
|
||||
|
||||
<para>Shorewall 4.4 insists that ipset names begin with a letter and be
|
||||
composed of alphanumeric characters and underscores (_). When used in a
|
||||
Shorewall configuration file, the name must be preceded by a plus sign
|
||||
(+) as with the shell-based compiler.</para>
|
||||
composed of alphanumeric characters, underscores (_) and dashes (-).
|
||||
When used in a Shorewall configuration file, the name must be preceded
|
||||
by a plus sign (+) as with the shell-based compiler.</para>
|
||||
|
||||
<para>Shorewall 4.4.6 re-introduced SAVE_IPSETS=Yes with slightly
|
||||
different semantics:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user