mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
remove halt_on_error from qvlan_profile
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ class QVLANProfile(LFCliBase):
|
||||
admin_down=False,
|
||||
dhcp=False,
|
||||
debug_=False):
|
||||
super().__init__(lfclient_host, lfclient_port, debug_, _halt_on_error=True)
|
||||
super().__init__(lfclient_host, lfclient_port, debug_)
|
||||
self.local_realm = local_realm
|
||||
self.num_qvlans = num_qvlans
|
||||
self.qvlan_parent = qvlan_parent
|
||||
|
||||
Reference in New Issue
Block a user