Loading src/l3_distributedattackdetector/service/l3_distributedattackdetector.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -44,7 +44,7 @@ LOGGER.addHandler(consoleHandler) TSTAT_DIR_NAME = "piped/" TSTAT_DIR_NAME = "piped/" CONTROLLER_IP = "192.168.165.78" # Change this to the IP of the controller 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_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" CENTRALIZED_ATTACK_DETECTOR = f"{CONTROLLER_IP}:10001" JSON_BLANK = { JSON_BLANK = { "ip_o": "", # Client IP "ip_o": "", # Client IP Loading Loading
src/l3_distributedattackdetector/service/l3_distributedattackdetector.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -44,7 +44,7 @@ LOGGER.addHandler(consoleHandler) TSTAT_DIR_NAME = "piped/" TSTAT_DIR_NAME = "piped/" CONTROLLER_IP = "192.168.165.78" # Change this to the IP of the controller 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_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" CENTRALIZED_ATTACK_DETECTOR = f"{CONTROLLER_IP}:10001" JSON_BLANK = { JSON_BLANK = { "ip_o": "", # Client IP "ip_o": "", # Client IP Loading