]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/test-basic1/tests
fwtester: simplify code with ne bport zone
[pve-firewall.git] / test / test-basic1 / tests
index 2b762de9d68c26199e7d3436160c5a4461b1541a..d575bbe806c322263d597237c5cb51eae0391f5d 100644 (file)
@@ -51,3 +51,6 @@
 { from => 'vm100', to => 'nfvm', dport => 80, action => 'ACCEPT' }
 { from => 'outside', to => 'nfvm', dport => 80, action => 'ACCEPT' }
 { from => 'host', to => 'nfvm', dport => 80, action => 'ACCEPT' }
+
+{ from => 'vmbr0/eth0', to => 'host', dport => 22, action => 'ACCEPT' }
+{ from => 'host' , to => 'vmbr0/eth0', dport => 22, action => 'ACCEPT' }