diff options
Diffstat (limited to 'ipf/regress/ni10.ipf')
-rw-r--r-- | ipf/regress/ni10.ipf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipf/regress/ni10.ipf b/ipf/regress/ni10.ipf new file mode 100644 index 0000000000000..4151b6e666eb9 --- /dev/null +++ b/ipf/regress/ni10.ipf @@ -0,0 +1,4 @@ +block in all +block out all +pass in proto udp from any to any keep state +pass in proto tcp from any to any flags S keep state |