mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-10-16 23:30:41 -04:00
Implemented child interface spawning on AutoInterface
This commit is contained in:
parent
350687eda9
commit
d0ca61f373
3 changed files with 146 additions and 39 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("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