summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-06-04 12:18:18 -0500
committerKali Kaneko <kali@leap.se>2014-06-04 14:01:50 -0500
commitaba3ea21d83e6e073baf01643b68832530a6f4d0 (patch)
treee16fadc6286fedf1e2ddcd0d4f173a37e7226011 /src/leap/bitmask/backend.py
parent532a4f63d219e9d9daa1a3252aa8909ca6d8030a (diff)
tear down fw on cold starts. Closes: ##5727
Diffstat (limited to 'src/leap/bitmask/backend.py')
-rw-r--r--src/leap/bitmask/backend.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/bitmask/backend.py b/src/leap/bitmask/backend.py
index a18dffef..3c97c797 100644
--- a/src/leap/bitmask/backend.py
+++ b/src/leap/bitmask/backend.py
@@ -381,6 +381,9 @@ class EIP(object):
def _start_eip(self, restart=False):
"""
Start EIP
+
+ :param restart: whether is is a restart.
+ :type restart: bool
"""
provider_config = self._provider_config
eip_config = eipconfig.EIPConfig()
@@ -1742,6 +1745,9 @@ class Backend(object):
eip_state_changed -> str
eip_status_changed -> tuple of str (download, upload)
eip_vpn_launcher_exception
+
+ :param restart: whether is is a restart.
+ :type restart: bool
"""
self._call_queue.put(("eip", "start", None, restart))