From 133f7f5da131b481561141171827d1f9943f6aec Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 13 Jun 2022 13:01:57 -0400 Subject: [PATCH] Island: Add TODO about removing local_ips() --- monkey/monkey_island/cc/services/utils/network_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkey/monkey_island/cc/services/utils/network_utils.py b/monkey/monkey_island/cc/services/utils/network_utils.py index 0a64af5ec..3aa204ee3 100644 --- a/monkey/monkey_island/cc/services/utils/network_utils.py +++ b/monkey/monkey_island/cc/services/utils/network_utils.py @@ -8,6 +8,8 @@ from netifaces import AF_INET, ifaddresses, interfaces from ring import lru # Local ips function +# TODO: I can't find anywhere these are actually used. Confirm this is the case, remove these +# functions, and test. if sys.platform == "win32": def local_ips():