From: Peter Müller Date: Sun, 14 Jul 2019 14:38:00 +0000 (+0000) Subject: unbound-dhcp-leases-bridge: handle PTR generation parameter X-Git-Tag: v2.23-core135^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a46575628378e447f6aec0771cc4cc0f2743a3a;p=ipfire-2.x.git unbound-dhcp-leases-bridge: handle PTR generation parameter Signed-off-by: Peter Müller Reported-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/135/filelists/files b/config/rootfiles/core/135/filelists/files index 780d4aef52..3d868d3249 100644 --- a/config/rootfiles/core/135/filelists/files +++ b/config/rootfiles/core/135/filelists/files @@ -9,3 +9,4 @@ etc/rc.d/init.d/functions etc/rc.d/init.d/partresize etc/rc.d/init.d/unbound etc/sysctl.conf +usr/sbin/unbound-dhcp-leases-bridge diff --git a/config/unbound/unbound-dhcp-leases-bridge b/config/unbound/unbound-dhcp-leases-bridge index a8cd837bbf..64306bc9bc 100644 --- a/config/unbound/unbound-dhcp-leases-bridge +++ b/config/unbound/unbound-dhcp-leases-bridge @@ -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