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 --
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