mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
cisco_wifi_ctl.py : bug fix for create wlan
This commit is contained in:
@@ -1154,7 +1154,7 @@ def main():
|
||||
|
||||
if (args.action == "create_wlan" and ((args.wlanID is None) or (args.wlan is None))):
|
||||
raise Exception("wlan and wlanID is required an")
|
||||
if (args.action == "wlan"):
|
||||
if (args.action == "create_wlan"):
|
||||
if args.series == "9800":
|
||||
egg.sendline("config t")
|
||||
sleep(0.4)
|
||||
|
||||
Reference in New Issue
Block a user