diff options
author | 2015-09-03 13:01:53 +0000 | |
---|---|---|
committer | 2015-09-03 13:01:53 +0000 | |
commit | 05d9cf1339c6fd40c4071e23629e8146da75f87c (patch) | |
tree | 70033870ab678ee71068884a5e17182c543339ac | |
parent | Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a (diff) | |
download | wireguard-openbsd-05d9cf1339c6fd40c4071e23629e8146da75f87c.tar.xz wireguard-openbsd-05d9cf1339c6fd40c4071e23629e8146da75f87c.zip |
route-to, reply-to and dup-to are no longer supported on block rules
-rw-r--r-- | regress/sbin/pfctl/pfail8.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail8.ok b/regress/sbin/pfctl/pfail8.ok index b47d825a4cb..a5e63a17ee7 100644 --- a/regress/sbin/pfctl/pfail8.ok +++ b/regress/sbin/pfctl/pfail8.ok @@ -1,6 +1,8 @@ stdin:1: af mismatch in routing spec +stdin:1: route-to, reply-to and dup-to are not supported on block rules stdin:1: skipping rule due to errors stdin:1: rule expands to no valid combination stdin:2: af mismatch in routing spec +stdin:2: route-to, reply-to and dup-to are not supported on block rules stdin:2: skipping rule due to errors stdin:2: rule expands to no valid combination |