diff options
author | 2013-08-02 23:05:23 +0000 | |
---|---|---|
committer | 2013-08-02 23:05:23 +0000 | |
commit | f87ca141ecdcd726051666060f629553ea6391b1 (patch) | |
tree | 261d1e530216312adc2ac1b8c905290796c4ddc4 | |
parent | tgamma(0) == Inf (diff) | |
download | wireguard-openbsd-f87ca141ecdcd726051666060f629553ea6391b1.tar.xz wireguard-openbsd-f87ca141ecdcd726051666060f629553ea6391b1.zip |
fixup set prio fallout
-rw-r--r-- | regress/sbin/pfctl/pf101.loaded | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail51.in | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/regress/sbin/pfctl/pf101.loaded b/regress/sbin/pfctl/pf101.loaded index 3fc68e3567b..01b9492dcfd 100644 --- a/regress/sbin/pfctl/pf101.loaded +++ b/regress/sbin/pfctl/pf101.loaded @@ -1,16 +1,16 @@ -@0 pass all flags S/SA prio 3 +@0 pass all flags S/SA set ( prio 3 ) [ Skip steps: r=end f=2 sa=end da=2 sp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@1 pass out on lo1000000 proto tcp from any to any port = 22 flags S/SA prio(5, 2) +@1 pass out on lo1000000 proto tcp from any to any port = 22 flags S/SA set ( prio(5, 2) ) [ Skip steps: r=end sa=end sp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@2 pass inet proto udp from any to 127.0.0.1 port = 53 prio 4 +@2 pass inet proto udp from any to 127.0.0.1 port = 53 set ( prio 4 ) [ Skip steps: i=end d=end r=end f=end p=end sa=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@3 pass inet proto udp from any to 127.0.0.2 port = 53 prio 4 +@3 pass inet proto udp from any to 127.0.0.2 port = 53 set ( prio 4 ) [ Skip steps: i=end d=end r=end f=end p=end sa=end da=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] diff --git a/regress/sbin/pfctl/pfail51.in b/regress/sbin/pfctl/pfail51.in index 7b63efca61f..9aa125c1e46 100644 --- a/regress/sbin/pfctl/pfail51.in +++ b/regress/sbin/pfctl/pfail51.in @@ -1,6 +1,6 @@ # test prio edge conditions -pass on lo10000000 from any to any port 22 prio 8 -pass on lo10000000 from any to any port 22 prio -1 -pass on lo10000000 from any to any port 22 prio high -pass on lo10000000 from any to any port 22 prio +pass on lo10000000 from any to any port 22 set prio 8 +pass on lo10000000 from any to any port 22 set prio -1 +pass on lo10000000 from any to any port 22 set prio high +pass on lo10000000 from any to any port 22 set prio |