From 937278883b0b29a2a56fc7cd83188b64770c5177 Mon Sep 17 00:00:00 2001 From: jshessen Date: Thu, 26 Mar 2026 16:57:10 -0500 Subject: [PATCH] feat(pm_auto): add virtual_interface_prefixes to DEFAULT_CONFIG --- pm_auto/pm_auto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pm_auto/pm_auto.py b/pm_auto/pm_auto.py index 341467f..b695838 100644 --- a/pm_auto/pm_auto.py +++ b/pm_auto/pm_auto.py @@ -21,6 +21,7 @@ 'oled_network_interface': 'all', # 'all' or the name of the interface, normally 'wlan0' for WiFi, 'eth0' for Ethernet 'oled_sleep': False, 'oled_sleep_timeout': 10, + 'virtual_interface_prefixes': ['veth', 'br-', 'docker', 'virbr', 'vmnet'], 'oled_pages': [ 'performance', 'ips',