mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
tos-plus: Fix str vs int bug.
This commit is contained in:
@@ -85,7 +85,7 @@ passwd = ""
|
||||
ssid = "Test-SSID"
|
||||
security = "open"
|
||||
radio_strs = [] # Radios to modify: radio nss channel
|
||||
txpkts = 0 # 0 == Run forever
|
||||
txpkts = "0" # 0 == Run forever
|
||||
sniffer_radios = ""
|
||||
wait_sniffer = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user