From f50c0ee6e0858cde90906623e9a9106b636b919f Mon Sep 17 00:00:00 2001 From: karamchandan <amit.kbatra@alumnos.upm.es> Date: Thu, 13 Jul 2023 14:25:41 +0200 Subject: [PATCH] Cleanup of DAD service implementation --- .../service/l3_distributedattackdetector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l3_distributedattackdetector/service/l3_distributedattackdetector.py b/src/l3_distributedattackdetector/service/l3_distributedattackdetector.py index 1ed5182b9..14acdadec 100644 --- a/src/l3_distributedattackdetector/service/l3_distributedattackdetector.py +++ b/src/l3_distributedattackdetector/service/l3_distributedattackdetector.py @@ -44,7 +44,7 @@ LOGGER.addHandler(consoleHandler) TSTAT_DIR_NAME = "piped/" CONTROLLER_IP = "192.168.165.78" # Change this to the IP of the controller CONTEXT_ID = "admin" # Change this to the context ID to be used -CONTEXT_CHANNEL = f"{CONTROLLER_IP}:1010" # Change this to the IP of the controller +CONTEXT_CHANNEL = f"{CONTROLLER_IP}:1010" CENTRALIZED_ATTACK_DETECTOR = f"{CONTROLLER_IP}:10001" JSON_BLANK = { "ip_o": "", # Client IP -- GitLab