kumquat-buildroot/package/busybox
Samuel Mendoza-Jonas 2d458a2d7c package/busybox: udhcpc.script: wait for ipv6 default route from RA for stateful DHCPv6
udhcpc6 implements "stateful" DHCPv6 for explicitly requesting an address
and other configuration information. A major difference between DHCPv4
and DHCPv6 is that DHCPv6 does *not* advertise a default route; this is
determined by normal IPv6 autoconfiguration.

Add logic to wait up to IF_WAIT_DELAY seconds for the IPv6 route to be
configured; as above this doesn't come from DHCPv6 but rather the IPv6
Router Advertisement (RA) which happens independently from udhcpc6.  The
intent here is to try and ensure that the interface is route-able upon the
script's completion as it would be if called from udhcpc.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-10-27 20:24:33 +01:00
..
0001-networking-libiproute-use-linux-if_packet.h-instead-.patch
0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch
busybox-minimal.config
busybox.config
busybox.hash package/busybox: bump version to 1.31.1 2019-10-26 20:51:21 +02:00
busybox.mk package/busybox: write commented login line in /etc/inittab when getty disabled 2019-10-27 12:50:27 +01:00
Config.in package/busybox: re-enable SELinux support on ARC 2019-10-10 00:12:32 +02:00
inittab
mdev.conf
S01syslogd
S02klogd
S02sysctl
S10mdev
S15watchdog
S50telnet
udhcpc.script package/busybox: udhcpc.script: wait for ipv6 default route from RA for stateful DHCPv6 2019-10-27 20:24:33 +01:00