freebsd-src/usr.sbin/rtadvd
Lexi Winter 77f06c476c rtadvd(8): support PREF64 (RFC 8781)
PREF64 allows a router to advertise the network's NAT64 prefix, allowing
clients to auto-configure CLAT.  This makes it possible to deploy
IPv6-only or IPv6-mostly client access networks without the need for
DNS64.

Reviewed by: imp, glebius (prior suggetions done)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1206
2024-05-23 14:40:48 -06:00
..
advcap.c
advcap.h
config.c rtadvd(8): support PREF64 (RFC 8781) 2024-05-23 14:40:48 -06:00
config.h
control.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
control.h
control_client.c
control_client.h
control_server.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
control_server.h
if.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
if.h
Makefile
Makefile.depend
pathnames.h
rrenum.c
rrenum.h
rtadvd.8
rtadvd.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
rtadvd.conf
rtadvd.conf.5 rtadvd(8): support PREF64 (RFC 8781) 2024-05-23 14:40:48 -06:00
rtadvd.h rtadvd(8): support PREF64 (RFC 8781) 2024-05-23 14:40:48 -06:00
timer.c
timer.h
timer_subr.c
timer_subr.h