summaryrefslogtreecommitdiff
path: root/test/confs/0610
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0610')
-rw-r--r--test/confs/061010
1 files changed, 8 insertions, 2 deletions
diff --git a/test/confs/0610 b/test/confs/0610
index 0567d8aaf..49778352f 100644
--- a/test/confs/0610
+++ b/test/confs/0610
@@ -28,9 +28,15 @@ conn_chk:
begin routers
-client:
+r1:
driver = accept
- transport = $sender_address_local_part
+ condition = ${if eq {t1}{$sender_address_local_part}}
+ transport = t1
+
+r2:
+ driver = accept
+ condition = ${if eq {t2}{$sender_address_local_part}}
+ transport = t2
# ----- Transports -----