]> git.proxmox.com Git - pve-firewall.git/blame - test/test-errors1/100.fw
make verbose a global state
[pve-firewall.git] / test / test-errors1 / 100.fw
CommitLineData
c4c477f3
DM
1[OPTIONS]
2
3enable: 1
4
5[RULES]
6
93d96f83 7# rule with dport but missing protocol - should be ignored
c4c477f3 8IN ACCEPT -dport 80
93d96f83
DM
9# correct rule
10IN ACCEPT -p tcp -dport 82
c4c477f3 11