diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-08-07 11:23:27 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-08-07 11:23:27 +0000 |
commit | 3c31c0843b37cfecd51ed448fadea6f122e1e451 (patch) | |
tree | 1b8416654791d954dafaf919126b0c4ceba823bb /regress/sbin | |
parent | fe01d5117e2c27e0a55d174dbb198f941ce6bbdc (diff) |
In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr.
Adapt regress test.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf10.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf10.loaded | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf10.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf10.optimized | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf10.in b/regress/sbin/pfctl/pf10.in index 250576b9961..507c930450b 100644 --- a/regress/sbin/pfctl/pf10.in +++ b/regress/sbin/pfctl/pf10.in @@ -22,7 +22,7 @@ block return-icmp6(noroute-unr) in inet6 proto icmp6 all block return-icmp6(1) in inet6 proto icmp6 all block return-icmp6(admin-unr) in inet6 proto icmp6 all block return-icmp6(2) in inet6 proto icmp6 all -block return-icmp6(notnbr-unr) in inet6 proto icmp6 all +block return-icmp6(beyond-unr) in inet6 proto icmp6 all block return-icmp6(3) in inet6 proto icmp6 all block return-icmp6(addr-unr) in inet6 proto icmp6 all block return-icmp6(4) in inet6 proto icmp6 all diff --git a/regress/sbin/pfctl/pf10.loaded b/regress/sbin/pfctl/pf10.loaded index c33028c42d6..1740c3bdafa 100644 --- a/regress/sbin/pfctl/pf10.loaded +++ b/regress/sbin/pfctl/pf10.loaded @@ -86,11 +86,11 @@ [ Skip steps: i=end d=end r=end f=28 p=28 sa=end da=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@22 block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all +@22 block return-icmp6(beyond-unr) in inet6 proto ipv6-icmp all [ Skip steps: i=end d=end r=end f=28 p=28 sa=end da=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@23 block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all +@23 block return-icmp6(beyond-unr) in inet6 proto ipv6-icmp all [ Skip steps: i=end d=end r=end f=28 p=28 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/pf10.ok b/regress/sbin/pfctl/pf10.ok index 4b331a33da3..b767b7d0862 100644 --- a/regress/sbin/pfctl/pf10.ok +++ b/regress/sbin/pfctl/pf10.ok @@ -20,8 +20,8 @@ block return-icmp6(noroute-unr) in inet6 proto ipv6-icmp all block return-icmp6(noroute-unr) in inet6 proto ipv6-icmp all block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all -block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all -block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all +block return-icmp6(beyond-unr) in inet6 proto ipv6-icmp all +block return-icmp6(beyond-unr) in inet6 proto ipv6-icmp all block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all block return-icmp6(port-unr) in inet6 proto ipv6-icmp all diff --git a/regress/sbin/pfctl/pf10.optimized b/regress/sbin/pfctl/pf10.optimized index ce829f104b8..2d99b174e35 100644 --- a/regress/sbin/pfctl/pf10.optimized +++ b/regress/sbin/pfctl/pf10.optimized @@ -62,7 +62,7 @@ [ Skip steps: i=end d=end r=end f=18 p=18 sa=end da=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@16 block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all +@16 block return-icmp6(beyond-unr) in inet6 proto ipv6-icmp all [ Skip steps: i=end d=end r=end f=18 p=18 sa=end da=end sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] |