diff options
Diffstat (limited to 'test/regress/2')
-rw-r--r-- | test/regress/2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/2 b/test/regress/2 new file mode 100644 index 0000000..e2f02a4 --- /dev/null +++ b/test/regress/2 @@ -0,0 +1,6 @@ +block in proto tcp from any to any +pass in proto tcp from any to any +block in proto udp from any to any +pass in proto udp from any to any +block in proto icmp from any to any +pass in proto icmp from any to any |