mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
realm: station_map() now returns EID
This commit is contained in:
@@ -370,7 +370,7 @@ class Realm(LFCliBase):
|
||||
|
||||
# Returns map of all stations with port+type == WIFI-STATION
|
||||
def station_map(self):
|
||||
response = super().json_get("/port/list?fields=_links,alias,device,port+type")
|
||||
response = super().json_get("/port/list?fields=port,_links,alias,device,port+type")
|
||||
if (response is None) or ("interfaces" not in response):
|
||||
pprint(response)
|
||||
print("station_list: incomplete response, halting")
|
||||
|
||||
Reference in New Issue
Block a user