diff options
Diffstat (limited to 'infra/impl/src')
-rw-r--r-- | infra/impl/src/main/config/netconf-north-config.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/impl/src/main/config/netconf-north-config.xml b/infra/impl/src/main/config/netconf-north-config.xml index 8e6f17019..1a3e6a7ca 100644 --- a/infra/impl/src/main/config/netconf-north-config.xml +++ b/infra/impl/src/main/config/netconf-north-config.xml @@ -207,11 +207,9 @@ </aggregator> </module> - <!-- Change the port of global netconf north from 2830 to 2831, so that honeycomb netconf northbound can use 2830--> <module> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">prefix:netconf-northbound-ssh</type> <name>netconf-mdsal-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2831</port> </module> <module> @@ -220,7 +218,7 @@ </type> <name>netconf-honeycomb-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2830</port> + <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2831</port> <event-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh"> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty"> prefix:netty-event-executor |