diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
commit | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch) | |
tree | b31430c773d683d336caf956649e9ed3f459369c /ipf/regress/l1 |
Notes
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 |