[Dnsmasq-discuss] [PATCH 1/1] dhcp protocol: adding long options support (rfc3396)

2024-05-15 Thread Peter Kaestle via Dnsmasq-discuss
When the value length of an option exceeds 255 bytes, split it into a second option with same option id, following rfc3396. Signed-off-by: Peter Kaestle --- src/dhcp-protocol.h | 5 - src/rfc2131.c | 22 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --

[Dnsmasq-discuss] [PATCH 0/1] Proposal for adding long option support (rfc3396)

2024-05-15 Thread Peter Kaestle via Dnsmasq-discuss
Hello, I worked on a solution to add support for long options into dnsmasq and want to share what I have come up with. I tested it successfully with busybox udhcpc. Looking forward to get feedback on this proposal. best regards, --peter; Peter Kaestle (1): dhcp protocol: adding long options s