mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
debug output fixed debug
This commit is contained in:
@@ -98,8 +98,7 @@ class IPv6Test(LFCliBase):
|
|||||||
not sta_status['interface']['ipv6 address'].startswith('fe80') \
|
not sta_status['interface']['ipv6 address'].startswith('fe80') \
|
||||||
and sta_status['interface']['ipv6 address'] != 'AUTO':
|
and sta_status['interface']['ipv6 address'] != 'AUTO':
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
print("IPv6 address:", sta_name, sta_status['interface']['ap'], sta_status['interface']['ipv6 address'])
|
||||||
print("IP", sta_name, sta_status['interface']['ap'], sta_status['interface']['ip'])
|
|
||||||
ip_map[sta_name] = 1
|
ip_map[sta_name] = 1
|
||||||
if (len(sta_list) == len(ip_map)) and (len(sta_list) == len(associated_map)):
|
if (len(sta_list) == len(ip_map)) and (len(sta_list) == len(associated_map)):
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user