]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] use 127.0.0.1:47809 as address and port of the primary server in lettuce
authorNaoki Kambe <kambe@jprs.co.jp>
Mon, 8 Apr 2013 05:53:20 +0000 (14:53 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 11 Apr 2013 04:08:39 +0000 (13:08 +0900)
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.

tests/lettuce/configurations/xfrin/retransfer_master_v4.conf.orig
tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf

index 2a1a8b0cab72f20036ea3dede63d01b929852b6a..755c91b7095e7f203fca7e6d8824baa6fc6be1bb 100644 (file)
@@ -11,7 +11,7 @@
         "database_file": "data/example.org.sqlite3",
         "listen_on": [ {
             "address": "127.0.0.1",
-            "port": 47807
+            "port": 47809
         } ]
     },
     "data_sources": {
index 6270bfdc9c93eb76f4a3011a3f88ab0ef74bde26..67ebfd32a6cef108217ab89a44bc567a00a15e60 100644 (file)
@@ -28,7 +28,7 @@
         "zones": [ {
             "name": "example.org",
             "master_addr": "127.0.0.1",
-            "master_port": 47807
+            "master_port": 47809
         } ]
     },
     "Zonemgr": {