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 Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
advcap.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
config.c rtadvd(8): support PREF64 (RFC 8781) 2024-05-23 14:40:48 -06:00
config.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
control_client.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
control_client.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
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 Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
control.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
control.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
if.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
if.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
pathnames.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
rrenum.c rtadvd: Remove return statement at the end of void functions 2023-11-06 15:07:10 -04:00
rrenum.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
rtadvd.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
rtadvd.c rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:24:46 -06:00
rtadvd.conf Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
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_subr.c Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
timer_subr.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
timer.c rtadvd: Remove return statement at the end of void functions 2023-11-06 15:07:10 -04:00
timer.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00