diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-10-25 14:15:25 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-10-25 14:15:25 +0000 |
commit | 86c243a8402d8c9f66e8f6680e9745da7afb37f6 (patch) | |
tree | 8dfd0928afc1905a9704d63bb5d59e2418877ab7 | |
parent | 33307216f1cc17d57489a652e6df32383d7fa95f (diff) |
tag names may be longer now, and someone didn't update regress tests
accordingly
-rw-r--r-- | regress/sbin/pfctl/pfail37.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail37.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail38.in | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail38.ok | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail39.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail39.ok | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/regress/sbin/pfctl/pfail37.in b/regress/sbin/pfctl/pfail37.in index b85b3f0a1c3..f2e375ea2eb 100644 --- a/regress/sbin/pfctl/pfail37.in +++ b/regress/sbin/pfctl/pfail37.in @@ -1 +1 @@ -block in tag thistagismuchtoooooooloooooooong +block in tag thistagismuchtoooooooloooooooongthistagismuchtoooooooloooooooong diff --git a/regress/sbin/pfctl/pfail37.ok b/regress/sbin/pfctl/pfail37.ok index ef1c08a87f7..d3e7c52a86c 100644 --- a/regress/sbin/pfctl/pfail37.ok +++ b/regress/sbin/pfctl/pfail37.ok @@ -1 +1 @@ -stdin:1: tag too long, max 15 chars +stdin:1: tag too long, max 63 chars diff --git a/regress/sbin/pfctl/pfail38.in b/regress/sbin/pfctl/pfail38.in index 9ec4d3fe53f..476df4c1286 100644 --- a/regress/sbin/pfctl/pfail38.in +++ b/regress/sbin/pfctl/pfail38.in @@ -1,4 +1,4 @@ -nat on lo0 tag thistagisfaaaaaartooooolooooooooong -> 127.0.0.1 -rdr on lo0 tag thistagisfaaaaaartooooolooooooooong -> 127.0.0.1 -no nat on lo0 tag thistagisfaaaaaartooooolooooooooong -> 127.0.0.1 -no rdr on lo0 tag thistagisfaaaaaartooooolooooooooong -> 127.0.0.1 +nat on lo0 tag thistagisfaaaaaartooooolooooooooongthistagisfaaaaaartooooolooooooooong -> 127.0.0.1 +rdr on lo0 tag thistagisfaaaaaartooooolooooooooongthistagisfaaaaaartooooolooooooooong -> 127.0.0.1 +no nat on lo0 tag thistagisfaaaaaartooooolooooooooongthistagisfaaaaaartooooolooooooooong +no rdr on lo0 tag thistagisfaaaaaartooooolooooooooongthistagisfaaaaaartooooolooooooooong diff --git a/regress/sbin/pfctl/pfail38.ok b/regress/sbin/pfctl/pfail38.ok index 400524150a2..a7a42af3bd6 100644 --- a/regress/sbin/pfctl/pfail38.ok +++ b/regress/sbin/pfctl/pfail38.ok @@ -1,4 +1,4 @@ -stdin:1: tag too long, max 15 chars -stdin:2: tag too long, max 15 chars -stdin:3: tag too long, max 15 chars -stdin:4: tag too long, max 15 chars +stdin:1: tag too long, max 63 chars +stdin:2: tag too long, max 63 chars +stdin:3: tag too long, max 63 chars +stdin:4: tag too long, max 63 chars diff --git a/regress/sbin/pfctl/pfail39.in b/regress/sbin/pfctl/pfail39.in index 7450e34a1ca..705070acd75 100644 --- a/regress/sbin/pfctl/pfail39.in +++ b/regress/sbin/pfctl/pfail39.in @@ -1,3 +1,3 @@ binat on lo0 from 192.168.1.1 to any \ -tag faaaaaaaaaaaartoooooooooloooooooooong -> 10.0.0.1 +tag faaaaaaaaaaaartoooooooooloooooooooongfaaaaaaaaaaaartoooooooooloooooooooong -> 10.0.0.1 diff --git a/regress/sbin/pfctl/pfail39.ok b/regress/sbin/pfctl/pfail39.ok index 162b00e01c9..0678d7b8c82 100644 --- a/regress/sbin/pfctl/pfail39.ok +++ b/regress/sbin/pfctl/pfail39.ok @@ -1 +1 @@ -stdin:2: tag too long, max 15 chars +stdin:2: tag too long, max 63 chars |