BUG 624 - Make netconf TCP port optional.
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)
commit294cbf489892e5ef7d9d7cc9ef0b2ecf4a6cc4bb
treec8b4614430f9cb3d74b8a18dc7681dd7fee8af3d
parent05ac715f6ac3c48a3a4731dd33a75c35d6d85881
BUG 624 - Make netconf TCP port optional.

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>
src/main/java/org/opendaylight/protocol/framework/AbstractDispatcher.java