From 4a46575628378e447f6aec0771cc4cc0f2743a3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 14 Jul 2019 14:38:00 +0000 Subject: [PATCH] unbound-dhcp-leases-bridge: handle PTR generation parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Reported-by: Matthias Fischer Signed-off-by: Michael Tremer --- config/rootfiles/core/135/filelists/files | 1 + config/unbound/unbound-dhcp-leases-bridge | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2