summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kambe <kambe@jprs.co.jp>2013-04-08 07:53:20 +0200
committerNaoki Kambe <kambe@jprs.co.jp>2013-04-11 06:08:39 +0200
commit71e0b2b77c475c41ff73668455d1dc447f01e8e5 (patch)
treeb935c2eb0a9d00d84d13a1d89dfce65cccfccb79
parent[2252] minor editorial fixes: combine short lines; typo (diff)
downloadkea-71e0b2b77c475c41ff73668455d1dc447f01e8e5.tar.xz
kea-71e0b2b77c475c41ff73668455d1dc447f01e8e5.zip
[2252] use 127.0.0.1:47809 as address and port of the primary server in lettuce
127.0.0.1:47807 seems to be used by another application in Mac OS X. 47808 is currently registered by IANA. As a result 47809 is here chose as a new number. For details about the reason, please see a note: tests/lettuce/configurations/DO_NOT_USE_127.0.0.1:47807.
-rw-r--r--tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig2
-rw-r--r--tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig b/tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig
index 2a1a8b0cab..755c91b709 100644
--- a/tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig
+++ b/tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig
@@ -11,7 +11,7 @@
"database_file": "data/example.org.sqlite3",
"listen_on": [ {
"address": "127.0.0.1",
- "port": 47807
+ "port": 47809
} ]
},
"data_sources": {
diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf b/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
index 6270bfdc9c..67ebfd32a6 100644
--- a/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
+++ b/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
@@ -28,7 +28,7 @@
"zones": [ {
"name": "example.org",
"master_addr": "127.0.0.1",
- "master_port": 47807
+ "master_port": 47809
} ]
},
"Zonemgr": {