Allow disabling link MTU discovery
parent
77a1bb9b19
commit
954567c581
|
|
@ -540,7 +540,8 @@ class Reticulum:
|
|||
|
||||
if option == "link_mtu_discovery":
|
||||
v = self.config["reticulum"].as_bool(option)
|
||||
if v == True: Reticulum.__link_mtu_discovery = True
|
||||
if v == True: Reticulum.__link_mtu_discovery = True
|
||||
elif v == False: Reticulum.__link_mtu_discovery = False
|
||||
|
||||
if option == "enable_remote_management":
|
||||
v = self.config["reticulum"].as_bool(option)
|
||||
|
|
|
|||
Loading…
Reference in New Issue