From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] unbound-dhcp-leases-bridge: handle PTR generation parameter Date: Sun, 14 Jul 2019 14:38:00 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1944142842757021506==" List-Id: --===============1944142842757021506== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller Reported-by: Matthias Fischer --- 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/cor= e/135/filelists/files index 780d4aef5..3d868d324 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/unbou= nd-dhcp-leases-bridge index a8cd837bb..64306bc9b 100644 --- a/config/unbound/unbound-dhcp-leases-bridge +++ b/config/unbound/unbound-dhcp-leases-bridge @@ -153,7 +153,7 @@ class UnboundDHCPLeasesBridge(object): line =3D line.rstrip() =20 try: - enabled, ipaddr, hostname, domainname =3D line.split(",") + enabled, ipaddr, hostname, domainname, generateptr =3D line.split(",") except: log.warning("Could not parse line: %s" % line) continue --=20 2.16.4 --===============1944142842757021506==--