]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/fwtester.pl
API: add ability to restrict ref list to specified type
[pve-firewall.git] / test / fwtester.pl
index 4d98c55d9750a2fffcb43accddd239b61e8e5516..88cb4bc66e9afdd2e42afc5a53fc983eaa7cc327 100755 (executable)
@@ -37,7 +37,7 @@ sub run_tests {
     PVE::Firewall::local_network('172.16.1.0/24');
 
     my ($ruleset, $ipset_ruleset) = 
-       PVE::Firewall::compile(undef, undef, $vmdata);
+       PVE::Firewall::compile(undef, undef, $vmdata, 1);
 
     my $filename = "$testdir/$testfile";
     my $fh = IO::File->new($filename) ||