Auto-create ipsets used in tcfilters

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-23 16:44:07 -07:00
parent f9cfde91e5
commit 0ed813972b
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1308,6 +1308,8 @@ sub handle_ematch( $$ ) {
$setname =~ s/\+//;
add_ipset($setname);
return "ipset\\($setname $options\\)";
}