Re: [Dnsmasq-discuss] dhcp-name-match ?

2019-12-05 Thread Simon Kelley
On 05/12/2019 22:48, Simon Kelley wrote: > On 15/11/2019 03:53, James Feeney wrote: >> Hey Simon >> >> On 11/8/19 4:36 PM, Simon Kelley wrote: >>> If there's no name configured in the dnsmasq configuration, then the >>> client-provided name will be matched. However if there is a name >>>

Re: [Dnsmasq-discuss] dhcp-name-match ?

2019-12-05 Thread Simon Kelley
On 15/11/2019 03:53, James Feeney wrote: > Hey Simon > > On 11/8/19 4:36 PM, Simon Kelley wrote: >> If there's no name configured in the dnsmasq configuration, then the >> client-provided name will be matched. However if there is a name >> configured in the dnsmasq configuration, selected by MAC

Re: [Dnsmasq-discuss] inconsistent use of a server=/example.com/ specification

2019-12-05 Thread Simon Kelley
On 28/11/2019 22:26, Geert Stappers wrote: > On Tue, Nov 26, 2019 at 06:18:02AM -0500, Brian J. Murrell wrote: >> On Tue, 2019-11-26 at 07:52 +0100, Which Nameserver wrote: >>> >> } But NOT what might be causing the inconsistancy. >>> I hope that OP digs deeper. >> >> Probably not. I moved the

[Dnsmasq-discuss] [PATCH] Support DHCP option 150 (TFTP server address, RFC 5859).

2019-12-05 Thread Ville Skyttä
--- src/dhcp-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dhcp-common.c b/src/dhcp-common.c index 2a3c443..602873e 100644 --- a/src/dhcp-common.c +++ b/src/dhcp-common.c @@ -576,6 +576,7 @@ static const struct opttab_t { { "sip-server", 120, 0 }, {

[Dnsmasq-discuss] [PATCH] Spelling fixes.

2019-12-05 Thread Ville Skyttä
--- debian/systemd_howto | 2 +- man/dnsmasq.8| 4 ++-- src/cache.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/systemd_howto b/debian/systemd_howto index 31908e5..3ab5244 100644 --- a/debian/systemd_howto +++ b/debian/systemd_howto @@ -32,7