]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Improve IPv6 RA support by allowing dhcpcd to manage the address and routes v5.6.0
authorRoy Marples <roy@marples.name>
Thu, 5 Jul 2012 16:37:41 +0000 (16:37 +0000)
committerRoy Marples <roy@marples.name>
Thu, 5 Jul 2012 16:37:41 +0000 (16:37 +0000)
commiteebe9a1887bbf2f3bbb4fdb72e8d46ece25cdd0c
treeda2e3069767ce09c41eb2b32e6a3b7f01b164eca
parent359e9d397807079db8d68d5e60eb4396f41d1738
Improve IPv6 RA support by allowing dhcpcd to manage the address and routes
instead of the kernel. dhcpcd will only do this if RA is disabled in the kernel
or dhcpcd has been instructed to do this via dhcpcd.conf(5) ipv6ra_own and
ipv6ra_own_default directives.

Send and process IPv6 Neighbor Solicitions and Adverts to prove router
reachability. If a router cannot be reached in this way then it is expired.

When debugging, all ND messages are displayed which will create a lot of log
spam.

To ease packaging, ./configure now accepts LDFLAGS and --enable-static.
22 files changed:
Makefile
configure
configure.c
defs.h
dhcpcd.8.in
dhcpcd.c
dhcpcd.conf.5.in
dhcpcd.h
if-bsd.c
if-linux.c
if-options.c
if-options.h
ipv6.c [new file with mode: 0644]
ipv6.h [new file with mode: 0644]
ipv6ns.c [new file with mode: 0644]
ipv6ns.h [new file with mode: 0644]
ipv6rs.c
ipv6rs.h
net.c
net.h
platform-bsd.c
platform-linux.c