Commit 7c135c39 authored by Joanne Hugé's avatar Joanne Hugé

re6st/plib.py: rename no_hmac_verify to match babel 1.12.1

parent cf653f2c
......@@ -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