]> git.proxmox.com Git - pve-firewall.git/blame - test/test-basic1/tests
delete trailing whitespace cleanup
[pve-firewall.git] / test / test-basic1 / tests
CommitLineData
f1bafd37
DM
1# example test rules
2
3{ from => 'ct200', to => 'host', dport => 22, action => 'ACCEPT' }
4{ from => 'ct200', to => 'host', dport => 23, action => 'DROP' }
5
6{ from => 'vm100', to => 'host', dport => 22, action => 'ACCEPT' }
7
8{ from => 'host' , to => 'ct200', dport => 80, action => 'DROP' }
9{ from => 'host' , to => 'ct200', dport => 22, action => 'ACCEPT' }
10
11{ from => 'host' , to => 'vm100', dport => 80, action => 'DROP' }
12
13{ from => 'ct200' , to => 'vm100', dport => 80, action => 'DROP' }
14
15{ from => 'vm100' , to => 'ct200', dport => 22, action => 'ACCEPT' }
16