Hi all,

This series is an effort to add support for the netboot options defined
in DHCPv6 as well as the usual PXELINUX options to the udhcpc6 client.
Four new options are added to udhcpc6, as well as fixing '-x' support
and a bug in trim() along the way.

I've tried to make the additions as unobtrusive as possible; there are
a few updates to udhcp/common which felt better than duplicating the
same logic in d6_common.c but comments welcome!

Samuel Mendoza-Jonas (6):
  libbb: Fix trim
  udhcpc6: Add DHCPv6 env helper
  udhcpc6: Add DHCPv6 boot options
  udhcpc6: Add PXELINUX options
  udhcp: Add DHCP address scheme client config
  udhcpc6: Set -x options in request

 libbb/trim.c                 |  3 +-
 networking/udhcp/common.c    | 26 +++++++++----
 networking/udhcp/common.h    | 12 +++++-
 networking/udhcp/d6_common.h |  3 ++
 networking/udhcp/d6_dhcpc.c  | 74 +++++++++++++++++++++++++++++++++++-
 networking/udhcp/dhcpc.c     |  4 +-
 networking/udhcp/dhcpc.h     |  1 +
 networking/udhcp/dhcpd.c     |  2 +-
 8 files changed, 111 insertions(+), 14 deletions(-)

-- 
2.17.0

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to