Skip to content
Snippets Groups Projects
Commit 6ddeafc5 authored by anoy's avatar anoy
Browse files

Revert "change parameter -m to meshif"

Needs to be backward compatible (tbd)

This reverts commit 1fbbc2e7.
parent 1fbbc2e7
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', 'meshif', self._config['batman'], 'if'])
lines = lib.helper.call(['batctl', '-m', 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