Commit f50c0ee6 authored by Amit Karamchandani Batra's avatar Amit Karamchandani Batra
Browse files

Cleanup of DAD service implementation

parent b81596f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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