mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Added gateway mode to rnstatus
This commit is contained in:
parent
e9c5e3c189
commit
44ba5624bc
@ -75,6 +75,8 @@ def program_setup(configdir, dispall=False, verbosity = 0):
|
||||
modestr = "Roaming"
|
||||
elif ifstat["mode"] == RNS.Interfaces.Interface.Interface.MODE_BOUNDARY:
|
||||
modestr = "Boundary"
|
||||
elif ifstat["mode"] == RNS.Interfaces.Interface.Interface.MODE_GATEWAY:
|
||||
modestr = "Gateway"
|
||||
else:
|
||||
modestr = "Full"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user