From c99849cdb89e2dbd8fc843ada12ce82f767f465c Mon Sep 17 00:00:00 2001 From: Jose Saldana Date: Thu, 5 Nov 2015 13:20:07 +0100 Subject: [PATCH] Minor comment added --- agent-click-file-gen_verbose.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent-click-file-gen_verbose.py b/agent-click-file-gen_verbose.py index 93f87ba..1c9dcaa 100644 --- a/agent-click-file-gen_verbose.py +++ b/agent-click-file-gen_verbose.py @@ -15,7 +15,7 @@ print '' print '%s ' %(sys.argv[0]) print '' - print 'AP_CHANNEL: it must be the same where mon0 of the AP is placed' + print 'AP_CHANNEL: it must be the same where mon0 of the AP is placed. To avoid problems at init time, it MUST be the same channel specified in the /etc/config/wireless file of the AP' print 'QUEUE_SIZE: you can use the size 50' print 'HW_ADDR: the MAC of the wireless interface mon0 of the AP. e.g. 74-F0-6E-20-D4-74' print 'ODIN_MASTER_IP is the IP of the openflow controller where Odin master is running' @@ -30,7 +30,7 @@ print 'click$ ./bin/click agent.click' sys.exit(0) -AP_UNIQUE_IP = "192.168.1.5" # IP address of the wlan0 interface of the router where Click runs (in monitor mode). It seems it does not matter. +AP_UNIQUE_IP = "192.168.1.5" # IP address of the wlan0 interface of the router where Click runs (in monitor mode). It seems it does not matter. MASK = "24" seq = (AP_UNIQUE_IP,"/",MASK) #AP_UNIQUE_IP_WITH_MASK = ''.join(seq) # join the AP_UNIQUE_IP and the mask