diff --git a/library/network_connections.py b/library/network_connections.py index 5888409..0493f19 100644 --- a/library/network_connections.py +++ b/library/network_connections.py @@ -397,6 +397,7 @@ class SysUtil: try_count = 0 b = None while True: + try_count += 1 try: # there is a race in that we lookup properties by ifname # and interfaces can be renamed. Try to avoid that by fetching