Skip to content

Commit 4f4d292

Browse files
cable_guy: blacklist zerotier interfaces
1 parent c8a57fc commit 4f4d292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/services/cable_guy/api/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def is_valid_interface_name(self, interface_name: str, filter_wifi: bool = False
181181
Returns:
182182
bool: True if valid, False if not
183183
"""
184-
blacklist = ["lo", "ham.*", "docker.*", "veth.*"]
184+
blacklist = ["lo", "ham.*", "docker.*", "veth.*", "zt.*"]
185185
if filter_wifi:
186186
wifi_interfaces = self._get_wifi_interfaces()
187187
blacklist += wifi_interfaces

0 commit comments

Comments
 (0)