summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-01-18 17:21:04 +0000
committerhenning <henning@openbsd.org>2003-01-18 17:21:04 +0000
commitd2d9044a068f61744ccb338a96223ac4c995a5b6 (patch)
tree76c8b32e2a66f7938ac003066ec33975dcfad939
parenthost() overhaul: (diff)
downloadwireguard-openbsd-d2d9044a068f61744ccb338a96223ac4c995a5b6.tar.xz
wireguard-openbsd-d2d9044a068f61744ccb338a96223ac4c995a5b6.zip
adjust; err msgs changed
-rw-r--r--regress/sbin/pfctl/pfr7.ok4
-rw-r--r--regress/sbin/pfctl/pfr8.ok2
2 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pfr7.ok b/regress/sbin/pfctl/pfr7.ok
index c60ca0fe087..37507548a6b 100644
--- a/regress/sbin/pfctl/pfr7.ok
+++ b/regress/sbin/pfctl/pfr7.ok
@@ -1,9 +1,9 @@
# create
1 table added.
# fail add 1.2.3.4.5
-cannot resolve 1.2.3.4.5: no address associated with name
+no IP address found for 1.2.3.4.5
# fail add :80
-cannot resolve :80: no address associated with name
+no IP address found for :80
# kill
1 table deleted.
ktable: 1 allocated, 1 released, 0 leaked.
diff --git a/regress/sbin/pfctl/pfr8.ok b/regress/sbin/pfctl/pfr8.ok
index 6c4dff7d8c1..0a3f8c95b14 100644
--- a/regress/sbin/pfctl/pfr8.ok
+++ b/regress/sbin/pfctl/pfr8.ok
@@ -13,7 +13,7 @@ A 127.0.0.1
# pass add localhost
2/2 addresses added.
# fail add invalid$host
-cannot resolve invalid$host: no address associated with name
+no IP address found for invalid$host
# kill
1 table deleted.
ktable: 6 allocated, 6 released, 0 leaked.