diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2010-01-12 15:57:48 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2010-01-12 15:57:48 +0000 |
commit | aa6152a6e6bc89279d87cee59d75e4c576a119f5 (patch) | |
tree | 524d44bf4cc30760cde60e83fdb35858f125080a /regress | |
parent | 70fc7522fddeb5a7f6fb409fcb33f3c774f555f4 (diff) |
{ if0, if1 } is ambiguous in a route spec, and this should have been
rejected before (I'm surprised this worked)
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf46.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf46.in b/regress/sbin/pfctl/pf46.in index 55aa9dcf9f2..bb5b66678a7 100644 --- a/regress/sbin/pfctl/pf46.in +++ b/regress/sbin/pfctl/pf46.in @@ -2,7 +2,6 @@ pass in on lo0 from any to any route-to { (pflog0 127.0.0.1), (pflog0 127.0.0.2) pass out on lo0 from any to any route-to { (pflog0 127.0.0.1), (pflog0 127.0.0.2) } round-robin pass in on lo0 from any to any route-to (pflog0 127.0.0.1/24) bitmask pass out on lo0 from any to any dup-to (pflog0 127.0.0.1/24) random -pass in on lo0 inet6 from any to any reply-to { pflog0, pflog0 } round-robin pass in on lo0 inet from any to any reply-to (pflog0 127.0.0.0/28) source-hash 0x0123456789ABCDEF0123456789abcdef pass out on lo0 from any to any route-to (pflog0 127.0.0.1/24) source-hash foobarlicious pass in on lo0 from any to any dup-to (pflog0 127.0.0.1/24) round-robin |