diff options
-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 |