mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
jbr_create_wanlink.py: adds parameter requiring session creation
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
@@ -56,6 +56,7 @@ def main():
|
|||||||
connection_timeout_sec=2.0,
|
connection_timeout_sec=2.0,
|
||||||
stream_errors=True,
|
stream_errors=True,
|
||||||
stream_warnings=True,
|
stream_warnings=True,
|
||||||
|
require_session=True,
|
||||||
exit_on_error=True)
|
exit_on_error=True)
|
||||||
command: LFJsonCommand
|
command: LFJsonCommand
|
||||||
command = session.get_command()
|
command = session.get_command()
|
||||||
|
|||||||
Reference in New Issue
Block a user