]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/test-group1/tests
Introduce new management ipset
[pve-firewall.git] / test / test-group1 / tests
index 22c837a05a331cedcdbd49088043475a77f76161..6b2252d64c336ae93086e524122f1556dd8fc000 100644 (file)
@@ -6,7 +6,7 @@
 { from => 'host', source => '192.168.2.1', dport => 80, action => 'REJECT' }
 { from => 'host', source => '127.0.0.1', dport => 80, action => 'ACCEPT' }
 
-{ to => 'host', source => '127.0.0.1', dport => 22, action => 'DROP' }
+{ to => 'host', source => '1.2.3.4', dport => 22, action => 'DROP' }
 { to => 'host', source => '192.168.2.1', dport => 22, action => 'ACCEPT' }
 { to => 'host', source => '192.168.2.1', dport => 80, action => 'REJECT' }