Skip to content
Snippets Groups Projects
Commit f50c0ee6 authored by karamchandan's avatar karamchandan
Browse files

Cleanup of DAD service implementation

parent b81596f5
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!141Pre-release fixes and code cleanup in L3 cybersecurity components
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment