From b3eee436300835282831901ef06bf0bd6ca418f6 Mon Sep 17 00:00:00 2001 From: zhipengl Date: Wed, 5 Dec 2018 20:13:31 +0800 Subject: [PATCH] Remove NSUPDATE patch for dhcp package After discussion with Eslimi, this patch disables DDNS on dhclient, as the network port 2105 used by dhclient conflict with same port used on mtcClient. Now we change the port used by mtcClient from 2105 to 2118 to fix conflict, then we can remove this patch. Deployment test pass. Story: 2003757 Task: 26445 Change-Id: I70559d73f51f85c840042cc4fc206fcd5bc3de27 Signed-off-by: zhipengl --- mtce/src/scripts/mtc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtce/src/scripts/mtc.conf b/mtce/src/scripts/mtc.conf index d46e7a20..8c0730d9 100644 --- a/mtce/src/scripts/mtc.conf +++ b/mtce/src/scripts/mtc.conf @@ -38,7 +38,7 @@ api_retries = 10 ; number of API retries b4 failure [client] ; Client Configuration scheduling_priority = 99 ; realtime scheduling; range of 1 .. 99 is acceptable -mtc_rx_mgmnt_port = 2105 ; Client Maintenance Command Rx Port +mtc_rx_mgmnt_port = 2118 ; Client Maintenance Command Rx Port mtc_rx_infra_port = 2115 ; Client Maintenance Command Rx Port hbs_client_mgmnt_port = 2106 ; Management Interface Heartbeat Pulse Request Rx Port hbs_client_infra_port = 2116 ; Infrastructure Interface Heartbeat Pulse Request Rx Port