diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-05-08 13:08:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-05-08 13:08:22 +0000 |
commit | 6a3bceb1162da6104bf656ecde9890c03cc2328d (patch) | |
tree | 59120e2245a0579bf15bd0761ab1e1e3b2ee1f90 /test/scripts/0000-Basic | |
parent | eb4c0de6a9078df61b580ee20e575f1a40ddb242 (diff) |
Use colon, not dot, as IPv6 separator in host-list lookups that use the
iplsearch lookup type.
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index fd332afa4..bf604477b 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -375,6 +375,7 @@ match_ip: 11 ${if match_ip{somename}{+hlist}} match_ip: 12 ${if match_ip{1.2.3.4}{lsearch;DIR/aux-fixed/0002.matchip}} match_ip: 13 ${if match_ip{1.2.3.4}{net-lsearch;DIR/aux-fixed/0002.matchip}} match_ip: 14 ${if match_ip{5.6.7.8}{net24-lsearch;DIR/aux-fixed/0002.matchip}} +match_ip: 15 ${if match_ip{abcd::dcba}{net-iplsearch;DIR/aux-fixed/0002.matchip}} queue_running: ${if queue_running{y}{n}} first_delivery: ${if first_delivery{y}{n}} |