]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/unbound/unbound-dhcp-leases-bridge
unbound-dhcp-leases-bridge: handle PTR generation parameter
[ipfire-2.x.git] / config / unbound / unbound-dhcp-leases-bridge
index a8cd837bbfbf17b08cf03cd77eb5c11f7b56233d..64306bc9bc9de932d108962b14dce1d3f9b00ff8 100644 (file)
@@ -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