diff options
Diffstat (limited to 'v3po/impl/src/main')
-rw-r--r-- | v3po/impl/src/main/config/netconf-north-config.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/v3po/impl/src/main/config/netconf-north-config.xml b/v3po/impl/src/main/config/netconf-north-config.xml index 44b610b72..fb89a17e6 100644 --- a/v3po/impl/src/main/config/netconf-north-config.xml +++ b/v3po/impl/src/main/config/netconf-north-config.xml @@ -206,13 +206,20 @@ </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> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh"> prefix:netconf-northbound-ssh </type> <name>netconf-vpp-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">7778</port> + <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2830</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 |