[PATCH 0/6] udhcpc6: DHCPv6 & PXELINUX netboot support

Samuel Mendoza-Jonas sam at mendozajonas.com
Tue May 8 06:30:19 UTC 2018


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



More information about the busybox mailing list