Re: [Dnsmasq-discuss] [dnsmasq] DHCP broadcast option

2022-04-14 Thread Simon Kelley
Ignore my last. You are confusing the broadcast option, which is an IP address that the client can use to send broadcasts to, with the broadcast flag, which controls if _DHCP_ packets are broadcast to the client or not. The reason, that's not being done is that you've configured

[Dnsmasq-discuss] [PATCH] DNSSEC validation

2022-04-14 Thread Chris Staite via Dnsmasq-discuss
Hi, Please disregard my previous patch, it actually broke all DNSSEC validation for the simple case! I now understand the problem more thoroughly and believe the new patch I have attached to fix the problem. The use case is as follows: 1) Query for a record. 2) Response is a CNAME which is

[Dnsmasq-discuss] [PATCH] DNSSEC Validation (simplified version)

2022-04-14 Thread Chris Staite via Dnsmasq-discuss
Hi again, Sorry for the spam, but I realised I’d heavily over-complicated the previous patch. Here’s a functionally equivalent, but I think much easier to understand version. Please see previous email for reasoning behind the patch. Thanks, Chris. dnssec.patch Description: Binary data

[Dnsmasq-discuss] [PATCH] DNSSEC Validation (super-simplified version)

2022-04-14 Thread Chris Staite via Dnsmasq-discuss
Hi again again, I realised it was even easier than that. This time I am done and going to bed though, so no more spam from me (at least tonight anyway). This time I actually fixed an issue with my simplified version in so much as it was able to circumvent the unsigned check of the parent from