]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/fwtester.pl
rename cluster_network to local_network, introduce local_network alias
[pve-firewall.git] / test / fwtester.pl
index 82a5f56aaf6963db93239f063aa6dfa5d6582dba..4d98c55d9750a2fffcb43accddd239b61e8e5516 100755 (executable)
@@ -34,7 +34,7 @@ sub run_tests {
 
     my $host_ip = '172.16.1.2';
 
-    PVE::Firewall::cluster_network('172.16.1.0/24');
+    PVE::Firewall::local_network('172.16.1.0/24');
 
     my ($ruleset, $ipset_ruleset) = 
        PVE::Firewall::compile(undef, undef, $vmdata);