Commit abe109ab authored by Guillaume Bury's avatar Guillaume Bury

Plib for process (client/server/babel) functions

parent dbb032a7
#!/usr/bin/env python
import subprocess
import utils
import os
......@@ -45,7 +46,7 @@ def client(serverIp, pipe_fd, *args, **kw):
'--route-up', 'openvpn-route-up ' + str(pipe_fd),
*args, **kw)
def startBabel(**kw):
def babel(**kw):
args = ['babeld',
'-C', 'redistribute local ip %s' % (utils.config.internal_ip),
'-C', 'redistribute local deny',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment