public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] unbound-dhcp-leases-bridge: handle PTR generation parameter
Date: Sun, 14 Jul 2019 14:38:00 +0000	[thread overview]
Message-ID: <cf760e02-ba5f-d05e-16f9-d32bdd781cb5@ipfire.org> (raw)
In-Reply-To: <d5fce2d6-a195-159b-91a7-cd56a695b458@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
Reported-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 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 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/unbound-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 = 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.16.4


      reply	other threads:[~2019-07-14 14:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-13  8:20 Restarting dhcp or adding a host leads to "could not parse line"-errors in '/var/log messages' Matthias Fischer
2019-07-13 10:57 ` Matthias Fischer
2019-07-13 11:12   ` Matthias Fischer
2019-07-14 14:38     ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cf760e02-ba5f-d05e-16f9-d32bdd781cb5@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox