mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 11:41:26 +02:00
Auto-create ipsets used in tcfilters
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f9cfde91e5
commit
0ed813972b
@ -1308,6 +1308,8 @@ sub handle_ematch( $$ ) {
|
|||||||
|
|
||||||
$setname =~ s/\+//;
|
$setname =~ s/\+//;
|
||||||
|
|
||||||
|
add_ipset($setname);
|
||||||
|
|
||||||
return "ipset\\($setname $options\\)";
|
return "ipset\\($setname $options\\)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user