Commit e53a11c8 authored by Tom Niget's avatar Tom Niget

Merge branch 'master' into zdimension/re6st-py3-test

parents 46c51621 7c135c39
......@@ -89,7 +89,7 @@ def router(ip, ip4, rt6, hello_interval, log_path, state_path, pidfile,
if hmac_accept:
key(cmd, 'accept', hmac_accept)
else:
default += ' no_hmac_verify true'
default += ' accept-bad-signatures true'
cmd += '-C', 'default ' + default
if ip4:
cmd += '-C', 'redistribute ip %s/%s eq %s' % (ip4, n4, n4)
......
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