mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
unbound-dhcp-leases-bridge: handle PTR generation parameter
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Reported-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6511460487
commit
4a46575628
@@ -153,7 +153,7 @@ class UnboundDHCPLeasesBridge(object):
|
||||
line = line.rstrip()
|
||||
|
||||
try:
|
||||
enabled, ipaddr, hostname, domainname = line.split(",")
|
||||
enabled, ipaddr, hostname, domainname, generateptr = line.split(",")
|
||||
except:
|
||||
log.warning("Could not parse line: %s" % line)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user