mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-11 00:29:58 +02:00
Fix issue with set match generation
This commit is contained in:
@ -2484,7 +2484,7 @@ sub get_set_flags( $$ ) {
|
||||
|
||||
fatal_error "Invalid ipset name ($setname)" unless $setname =~ /^[a-zA-Z]\w*/;
|
||||
|
||||
have_capability 'OLD_IPSET_MATCH' ? "--set $setname $options " : "--match-set $setname $options";
|
||||
have_capability 'OLD_IPSET_MATCH' ? "--set $setname $options " : "--match-set $setname $options ";
|
||||
}
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user