From d4b6b6ee59d6e3e75e6c79c03f969b9a2c4a0a17 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 10 Dec 2021 11:00:48 +0100 Subject: [PATCH] Ignore interfaces on Darwin --- RNS/Interfaces/AutoInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index a005b6d..7730c6c 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -21,7 +21,7 @@ class AutoInterface(Interface): PEERING_TIMEOUT = 9.0 - DARWIN_IGNORE_IFS = ["awdl0", "llw0"] + DARWIN_IGNORE_IFS = ["awdl0", "llw0", "lo0"] def __init__(self, owner, name, group_id=None, discovery_scope=None, discovery_port=None, data_port=None, allowed_interfaces=None, ignored_interfaces=None): import importlib