BUG-692 Change unprotected netconf address from 0.0.0.0 to 127.0.0.1 . 08/6408/1
authorMoiz Raja <moraja@cisco.com>
Fri, 31 Jan 2014 14:13:40 +0000 (15:13 +0100)
committerMoiz Raja <moraja@cisco.com>
Fri, 25 Apr 2014 21:54:21 +0000 (14:54 -0700)
commitf4e554c7acc215d09b53d3e8fcff194c5f7bce5a
treefa930508907f3b5f7ceea5e1d0a619a717634679
parentbdd98597213b7d61e534ca8b549e6dc20c5ac0e1
BUG-692 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: I6f710cd25ed85ff022abde2bfb79c11bf5bda611
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>
Signed-off-by: Moiz Raja <moraja@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