diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-14 21:59:21 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-14 21:59:21 +0000 |
commit | aeb5f07f8dbb4c8a67d6afd314fce9e320949aca (patch) | |
tree | 0dc5f0b7b85de30d8a813db6260cd132758e742c /regress/sbin/pfctl | |
parent | 0483320cc2bd3bd941b2b7b29ab9c37b1e05eb47 (diff) |
catch up
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/pfr7.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfr7.ok | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfr8.ok | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pfr7.in b/regress/sbin/pfctl/pfr7.in index 39521b46d2a..47e9125e44f 100644 --- a/regress/sbin/pfctl/pfr7.in +++ b/regress/sbin/pfctl/pfr7.in @@ -1,4 +1,3 @@ # invalid addresses fail add 1.2.3.4.5 -fail add 10.1.2.3/33 fail add :80 diff --git a/regress/sbin/pfctl/pfr7.ok b/regress/sbin/pfctl/pfr7.ok index 9993ec36ec8..c4ed9bd0105 100644 --- a/regress/sbin/pfctl/pfr7.ok +++ b/regress/sbin/pfctl/pfr7.ok @@ -1,11 +1,9 @@ # create 1 table added. # add -pfctl: illegal address: "1.2.3.4.5" +cannot resolve 1.2.3.4.5: no address associated with name # add -pfctl: illegal netmask: "33" -# add -pfctl: illegal address: ":80" +cannot resolve :80: no address associated with name # table regress # table -v diff --git a/regress/sbin/pfctl/pfr8.ok b/regress/sbin/pfctl/pfr8.ok index bda9e7be09c..d6072814801 100644 --- a/regress/sbin/pfctl/pfr8.ok +++ b/regress/sbin/pfctl/pfr8.ok @@ -13,7 +13,7 @@ A 127.0.0.1 # add 2/2 addresses added. # add -pfctl: illegal address: "invalid$host" +cannot resolve invalid$host: no address associated with name # table regress # table -v |