BUG 624 - Make netconf TCP port optional. 85/7585/1
authorTomas Olvecky <tolvecky@cisco.com>
Tue, 27 May 2014 10:41:16 +0000 (12:41 +0200)
committerTomas Olvecky <tolvecky@cisco.com>
Mon, 2 Jun 2014 12:39:27 +0000 (14:39 +0200)
Previously netconf-impl opened a TCP port with no authentication on
localhost, and netconf-ssh used it as a bridge to forward trafic
after processing authentication and encryption.

This patch creates new project netconf-tcp and modifies netconf-impl
to open the netconf server on LocalAddress. Both tcp and ssh modules
now communicate with this local server.
Config ini is modified so that the TCP port (8383) is not enabled
by default.

Change-Id: I74bded660f10b20d09535d32308aff5b2ae611d9
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>

No differences found