mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-19 04:09:21 -04:00
Work on BackboneInterface
This commit is contained in:
parent
e0a9dad114
commit
3cdebb6e8a
2 changed files with 36 additions and 15 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue