kumquat-buildroot/package/busybox
Alexey Brodkin 1ee3ea40c9 busybox: Enable domain search list support in udhcpc
This is useful in networks with internal resources as it allows
to use much shorter names.

E.g. instead of "server.internal.company.com" it's possible
to use just "server" if DHCP server is configured with:
---------------------------->8-----------------------
option domain-search "internal.company.com";
---------------------------->8-----------------------

This improvement consists of 2 parts:

1. Enable handling of RFC3397 so DHCP client is ready for processing
   corresponding data from DHCP server.

2. Some DHCP servers always send out search list if it is set in server's
   configuration and some servers only provide search list if client
   asks for that (sending list of options it expects to get).

   And exactly for those stubborn DHCP servers we need to add "-O search"
   to udhcp's command line via CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Ignacy Gawedzki <ignacy.gawedzki@green-communications.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 80291c3e9c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-30 22:31:56 +02:00
..
0001-networking-libiproute-use-linux-if_packet.h-instead-.patch
0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch
0003-install.sh-don-t-clobber-dangling-symlinks.patch
0004-udhcpc-check-that-4-byte-options-are-indeed-4-byte-closes-11506.patch package/busybox: udhcp CVE-2019-5747 patch 2019-03-19 20:56:33 +01:00
0005-udhcpc-when-decoding-DHCP_SUBNET-ensure-it-is-4-bytes-long.patch package/busybox: udhcp CVE-2019-5747 patch 2019-03-19 20:56:33 +01:00
busybox-minimal.config
busybox.config busybox: Enable domain search list support in udhcpc 2019-08-30 22:31:56 +02:00
busybox.hash
busybox.mk package/busybox: add dependency on dosfstools 2019-06-06 22:26:51 +02:00
Config.in
inittab
mdev.conf
S01syslogd package/busybox: fix S0{1sys, 2k}logd indentation 2019-04-26 14:30:37 +02:00
S02klogd package/busybox: fix S0{1sys, 2k}logd indentation 2019-04-26 14:30:37 +02:00
S10mdev
S15watchdog
S50telnet
udhcpc.script