mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
Added port_down_request
This commit is contained in:
@@ -150,8 +150,10 @@ def port_up_request(resource_id, port_name, debug_on=False):
|
|||||||
debug_printer.pprint(data)
|
debug_printer.pprint(data)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
def portDownRequest(resource_id, port_name, debug_on=False):
|
def portDownRequest(resource_id, port_name, debug_on=False):
|
||||||
|
return port_down_request(resource_id, port_name, debug_on)
|
||||||
|
|
||||||
|
def port_down_request(resource_id, port_name, debug_on=False):
|
||||||
"""
|
"""
|
||||||
Does not change the use_dhcp flag
|
Does not change the use_dhcp flag
|
||||||
See http://localhost:8080/help/set_port
|
See http://localhost:8080/help/set_port
|
||||||
|
|||||||
Reference in New Issue
Block a user