mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
create_sta.py: documents examples of truthy call to suppression parameters
This commit is contained in:
@@ -115,7 +115,9 @@ def main():
|
|||||||
lf_r.addPostData( {
|
lf_r.addPostData( {
|
||||||
"shelf":1,
|
"shelf":1,
|
||||||
"resource": resource_id,
|
"resource": resource_id,
|
||||||
"port": sta_name
|
"port": sta_name,
|
||||||
|
"suppress_preexec_cli": "yes",
|
||||||
|
"suppress_preexec_method": 1
|
||||||
})
|
})
|
||||||
json_response = lf_r.formPost()
|
json_response = lf_r.formPost()
|
||||||
sleep(0.05) # best to give LANforge a few millis between rm_vlan commands
|
sleep(0.05) # best to give LANforge a few millis between rm_vlan commands
|
||||||
|
|||||||
Reference in New Issue
Block a user