Set gateway mode automatically #18

Merged
pranav merged 23 commits from gateway into master 2021-10-09 11:57:53 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit de63113098 - Show all commits

View File

@ -42,4 +42,4 @@ given below.
#
# In case you forgot to change the version, skip the number
# and put the next number in the next commit.
__version__ = "0.4.0a5.dev9"
__version__ = "0.4.0a6"

View File

@ -63,7 +63,7 @@ def any_interface_is_routable():
logger.debug("Adding temporary config %s", i)
networkd.add_config(i)
# Then, wait for some time to setup the network.
# This should be replaced by a d-bus wait-for-signal
# This can probably be replaced by a d-bus wait-for-signal
# function that timeouts after 10 seconds.
time.sleep(10)
routable = networkd.is_routable()