Work on BackboneInterface

This commit is contained in:
Mark Qvist 2025-04-05 14:06:05 +02:00
parent e0a9dad114
commit 3cdebb6e8a
2 changed files with 36 additions and 15 deletions

View file

@ -250,6 +250,7 @@ def program_setup(configdir, dispall=False, verbosity=0, name_filter=None, json=
if dispall or not (
name.startswith("LocalInterface[") or
name.startswith("TCPInterface[Client") or
name.startswith("BackboneInterface[Client on") or
name.startswith("AutoInterfacePeer[") or
name.startswith("I2PInterfacePeer[Connected peer") or
(name.startswith("I2PInterface[") and ("i2p_connectable" in ifstat and ifstat["i2p_connectable"] == False))