]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/fwtester.pl
allow API/SSH/SPICE/VNC traffic on local cluster network by default
[pve-firewall.git] / test / fwtester.pl
index a12506ecae9c5bfd8283f7a25ad7ce9df310c988..0cedfa7fae9a26ecbc41a2d58786bc1f9b9df8a4 100755 (executable)
@@ -529,6 +529,8 @@ sub simulate_firewall {
        die "unable to parse \"from => '$from'\"\n";
     }
 
+    $pkg->{source} = '100.200.3.4' if !defined($pkg->{source});
+
     my $target;
 
     if ($to eq 'host') {