another regression test

This commit is contained in:
Dietmar Maurer 2014-05-30 11:28:24 +02:00
parent e5cd1ee01c
commit 3782185622
2 changed files with 11 additions and 0 deletions

9
test/test-errors4/100.fw Normal file
View 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
View File

@ -0,0 +1,2 @@
{ from => 'outside', to => 'vm100', dport => 82, action => 'DROP' }
{ from => 'outside', to => 'vm100', dport => 80, action => 'ACCEPT' }