diff options
Diffstat (limited to 'ipf/regress/l1')
-rw-r--r-- | ipf/regress/l1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipf/regress/l1 b/ipf/regress/l1 new file mode 100644 index 0000000000000..88cca58039f91 --- /dev/null +++ b/ipf/regress/l1 @@ -0,0 +1,6 @@ +log in all +pass in on anon0 all head 100 +pass in log quick from 3.3.3.3 to any group 100 +pass in log body quick from 2.2.2.2 to any +pass in log quick proto tcp from 1.1.1.1 to any flags S keep state +pass in log first quick proto tcp from 1.1.1.1 to any flags S keep state |