diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-01-04 16:35:01 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-01-04 16:35:01 +0000 |
commit | 6c1c22481a133f9400e51f81df6c6209b1567fb4 (patch) | |
tree | ae2cbf31ade81091f9ad386d8b6880db01a0f293 /regress/sbin | |
parent | c7548036f07050684a4c4b07a5a3829024a0a05e (diff) |
Honour noroute in skip step calculation, found by cedric@
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf2.loaded | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf2.loaded b/regress/sbin/pfctl/pf2.loaded index dd2720f7e31..669ba012849 100644 --- a/regress/sbin/pfctl/pf2.loaded +++ b/regress/sbin/pfctl/pf2.loaded @@ -47,7 +47,7 @@ [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] @12 block drop in log quick from no-route to any -[ Skip steps: sa=end sp=end da=end dp=16 ] +[ Skip steps: sp=end da=end dp=16 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] @13 pass out on tun0 inet proto icmp all icmp-type echoreq code 0 keep state |