Change unprotected netconf address from 0.0.0.0 to 127.0.0.1 . 66/5066/1
authorTomas Olvecky <tolvecky@cisco.com>
Fri, 31 Jan 2014 14:13:40 +0000 (15:13 +0100)
committerTomas Olvecky <tolvecky@cisco.com>
Fri, 31 Jan 2014 14:13:44 +0000 (15:13 +0100)
commitb825b2a5b92734113eae6c9c1176ec160ec8776b
tree906445136fe0543287fc00906b0dba10881887dc
parentc5b0b028392646507133df0af5efcee547763b6d
Change unprotected netconf address from 0.0.0.0 to 127.0.0.1 .

Plaintext netconf server was bound to any local interface. This is a security risk
because there is no authentication. The ssh server should be used as public endpoint instead.

Change-Id: I805ec065548e017dd2244d37e3275d379761e490
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/osgi/NetconfConfigUtil.java