diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-30 15:16:12 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-30 15:16:12 +0000 |
commit | 946bb79c84adc24f7056342b131432a5c552c678 (patch) | |
tree | bebaae23c7b14808bc118d49446e163b86673f08 /regress/sbin/pfctl/pf49.in | |
parent | 077b11f20692c1343de6ee88de5844c70734bc44 (diff) |
test :network and :broadcast modifiers
Diffstat (limited to 'regress/sbin/pfctl/pf49.in')
-rw-r--r-- | regress/sbin/pfctl/pf49.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf49.in b/regress/sbin/pfctl/pf49.in new file mode 100644 index 00000000000..8ad75862260 --- /dev/null +++ b/regress/sbin/pfctl/pf49.in @@ -0,0 +1,5 @@ +#test :broadcast and :network modifiers +pass in on lo0 from lo0:network to any keep state + +#broadcast on lo0 doesn't make too much sense, the result looks scary.. no bug +block in on lo0 from any to lo0:broadcast |