Skip to content

Commit c99849c

Browse files
Minor comment added
1 parent 5458085 commit c99849c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent-click-file-gen_verbose.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
print ''
1616
print '%s <AP_CHANNEL> <QUEUE_SIZE> <HW_ADDR> <ODIN_MASTER_IP> <ODIN_MASTER_PORT> <DEBUGFS_FILE>' %(sys.argv[0])
1717
print ''
18-
print 'AP_CHANNEL: it must be the same where mon0 of the AP is placed'
18+
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'
1919
print 'QUEUE_SIZE: you can use the size 50'
2020
print 'HW_ADDR: the MAC of the wireless interface mon0 of the AP. e.g. 74-F0-6E-20-D4-74'
2121
print 'ODIN_MASTER_IP is the IP of the openflow controller where Odin master is running'
@@ -30,7 +30,7 @@
3030
print 'click$ ./bin/click agent.click'
3131
sys.exit(0)
3232

33-
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.
33+
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.
3434
MASK = "24"
3535
seq = (AP_UNIQUE_IP,"/",MASK)
3636
#AP_UNIQUE_IP_WITH_MASK = ''.join(seq) # join the AP_UNIQUE_IP and the mask

0 commit comments

Comments
 (0)