simplified the client/server interaction code, started on IP filtering tests, added spoof username tests
This commit is contained in:
3
test/conf/ip_source_match_access.conf
Normal file
3
test/conf/ip_source_match_access.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
SOURCE: 127.0.0.1;
|
||||
KEY: fwknoptest;
|
||||
FW_ACCESS_TIMEOUT: 3;
|
||||
3
test/conf/no_source_match_access.conf
Normal file
3
test/conf/no_source_match_access.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
SOURCE: 4.3.2.1;
|
||||
KEY: fwknoptest;
|
||||
FW_ACCESS_TIMEOUT: 3;
|
||||
3
test/conf/subnet_source_match_access.conf
Normal file
3
test/conf/subnet_source_match_access.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
SOURCE: 127.0.0.0/24;
|
||||
KEY: fwknoptest;
|
||||
FW_ACCESS_TIMEOUT: 3;
|
||||
Reference in New Issue
Block a user