Skip to content

Commit

Permalink
Minor comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
josemariasaldana committed Nov 5, 2015
1 parent 5458085 commit c99849c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent-click-file-gen_verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
print ''
print '%s <AP_CHANNEL> <QUEUE_SIZE> <HW_ADDR> <ODIN_MASTER_IP> <ODIN_MASTER_PORT> <DEBUGFS_FILE>' %(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'
Expand All @@ -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
Expand Down

0 comments on commit c99849c

Please sign in to comment.