deprecated flags

This commit is contained in:
brent s. 2020-05-15 04:26:22 -04:00
parent 85cdc0c52a
commit 429cf7b155
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 4 deletions

View File

@ -108,10 +108,7 @@ class RADVDConf(object):
'\t\tAdvAutonomous on;\n'
'\t\tAdvRouterAddr off;\n'
'\t}};\n')
tpl_rdnss = ('\tRDNSS {client_ip} {{\n'
'\t\tAdvRDNSSOpen on;\n'
'\t\tAdvRDNSSPreference 2;\n'
'\t}};\n')
tpl_rdnss = ('\tRDNSS {client_ip} {{}};\n')

def __init__(self, cfg = None):
if not cfg: