mirror of
https://git.proxmox.com/git/pve-firewall
synced 2025-10-04 12:55:09 +00:00
another regression test
This commit is contained in:
parent
e5cd1ee01c
commit
3782185622
9
test/test-errors4/100.fw
Normal file
9
test/test-errors4/100.fw
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[options]
|
||||||
|
|
||||||
|
dafadfsdf: afda # unknown option - should be skipped
|
||||||
|
|
||||||
|
enable: 1
|
||||||
|
|
||||||
|
[rules]
|
||||||
|
|
||||||
|
IN ACCEPT -p tcp -dport 80
|
2
test/test-errors4/tests
Normal file
2
test/test-errors4/tests
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{ from => 'outside', to => 'vm100', dport => 82, action => 'DROP' }
|
||||||
|
{ from => 'outside', to => 'vm100', dport => 80, action => 'ACCEPT' }
|
Loading…
Reference in New Issue
Block a user