diff options
author | 2010-01-12 15:57:47 +0000 | |
---|---|---|
committer | 2010-01-12 15:57:47 +0000 | |
commit | 4270e3a5e75ed0d19b3b84b6860a82d488778fa6 (patch) | |
tree | 78d3a26ba599dfbb09c70d5ce7d21cb6d0bb9839 | |
parent | nat-anchor, rdr-anchor, binat-anchor are no longer legal in the grammar. (diff) | |
download | wireguard-openbsd-4270e3a5e75ed0d19b3b84b6860a82d488778fa6.tar.xz wireguard-openbsd-4270e3a5e75ed0d19b3b84b6860a82d488778fa6.zip |
{ if0, if1 } is ambiguous in a route spec, and this should have been
rejected before (I'm surprised this worked)
-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 |