Skip to content
Snippets Groups Projects
Unverified Commit 1fbbc2e7 authored by aktienmakler's avatar aktienmakler Committed by GitHub
Browse files

change parameter -m to meshif

With some commits to Batman-adv 2019.3 in 07/2019 "-m" throws a deprecation warning. This warning crashes the py-script.
"meshif" should be a sufficient replacement.
parent 04a0be48
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class ResponddClient:
def start(self):
self._sock.bind(('::', self._config['port']))
lines = lib.helper.call(['batctl', '-m', self._config['batman'], 'if'])
lines = lib.helper.call(['batctl', 'meshif', self._config['batman'], 'if'])
for line in lines:
lineMatch = re.match(r'^([^:]*)', line)
self.joinMCAST(self._sock, self._config['addr'], lineMatch.group(1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment