diff options
Diffstat (limited to 'ipf/regress/ni20.ipf')
-rw-r--r-- | ipf/regress/ni20.ipf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipf/regress/ni20.ipf b/ipf/regress/ni20.ipf new file mode 100644 index 000000000000..c6f6d8444c41 --- /dev/null +++ b/ipf/regress/ni20.ipf @@ -0,0 +1,3 @@ +block in all +pass in quick on bge0 proto tcp from any to any port = shell flags S keep state +block out all |