mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
Added local_realm parameter to StationProfile in new_station_profile
This commit is contained in:
@@ -316,7 +316,7 @@ class Realm(LFCliBase):
|
||||
info = ()
|
||||
|
||||
def new_station_profile(self):
|
||||
station_prof = StationProfile(self.lfclient_url, debug_=self.debug)
|
||||
station_prof = StationProfile(self.lfclient_url, local_realm=self, debug_=self.debug)
|
||||
return station_prof
|
||||
|
||||
def new_l3_cx_profile(self):
|
||||
|
||||
Reference in New Issue
Block a user