mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-01-08 21:11:44 +00:00
realm: station_profile needs ipv6 to be passed into the initial call of new_station_profile
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -826,8 +826,8 @@ class Realm(LFCliBase):
|
||||
link = self.lfclient_url + link
|
||||
info = ()
|
||||
|
||||
def new_station_profile(self):
|
||||
return StationProfile(self.lfclient_url, local_realm=self, debug_=self.debug, up=False)
|
||||
def new_station_profile(self, ipv6=False):
|
||||
return StationProfile(self.lfclient_url, local_realm=self, debug_=self.debug, ipv6=ipv6, up=False)
|
||||
|
||||
def new_multicast_profile(self):
|
||||
return MULTICASTProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug, report_timer_=3000)
|
||||
|
||||
Reference in New Issue
Block a user