]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/test-basic1/tests
add tests for host interface match
[pve-firewall.git] / test / test-basic1 / tests
index 47ab927b875de9300ef7ba91616c7854d66d9a95..149cb67b2bc443caacd42b3c96e839593acbab9b 100644 (file)
@@ -37,4 +37,6 @@
 { from => 'ct200' , to => 'outside', dport => 80, action => 'ACCEPT' }
 { from => 'ct200' , to => 'outside', dport => 81, action => 'REJECT' }
 
+{ from => 'outside', to => 'host', dport => 100, action => 'REJECT' }
+{ from => 'outside', to => 'host', dport => 101, action => 'DROP' }