BIND 10 trac3283, updated. 09de55541389e7731abcc3f64dddb89f143cb7e8 [3283] Corrected default D2 server port

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 28 15:26:43 UTC 2014


The branch, trac3283 has been updated
       via  09de55541389e7731abcc3f64dddb89f143cb7e8 (commit)
      from  86baa8ba46ac97a1a79891013835092c7cd7d919 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 09de55541389e7731abcc3f64dddb89f143cb7e8
Author: Thomas Markwalder <tmark at isc.org>
Date:   Fri Feb 28 10:24:59 2014 -0500

    [3283] Corrected default D2 server port
    
    Server port default in the dhcp-ddns.spec was incorrect.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/d2/dhcp-ddns.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/dhcp-ddns.spec b/src/bin/d2/dhcp-ddns.spec
index f60ea9f..b4240b1 100644
--- a/src/bin/d2/dhcp-ddns.spec
+++ b/src/bin/d2/dhcp-ddns.spec
@@ -22,7 +22,7 @@
         "item_name": "port",
         "item_type": "integer",
         "item_optional": true,
-        "item_default": 51771 
+        "item_default": 53001 
     },
     {
         "item_name": "tsig_keys",



More information about the bind10-changes mailing list