]> git.puffer.fish Git - mirror/frr.git/commit
zebra: implement RFC8781 (NAT64 prefix in RAs)
authorDavid Lamparter <equinox@diac24.net>
Sun, 28 Jul 2019 07:28:45 +0000 (09:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Apr 2025 12:20:05 +0000 (14:20 +0200)
commit38ea0258ae7f59a72628c54544b6114b98b0d0df
treee73278a19dc915c74bab84018cf2ee7514f1855e
parentbd8ee74b49424e0e137d13d62e989892004ce027
zebra: implement RFC8781 (NAT64 prefix in RAs)

This tells hosts on the subnet if (and which) NAT64 prefix is in use.
Useful for things like xlat464, or local dns64.

Updated from the previous -03 draft implementation.  (PLC field did not
exist before.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/user/ipv6.rst
yang/frr-zebra.yang
zebra/rtadv.c
zebra/rtadv.h
zebra/zebra_cli.c
zebra/zebra_nb.c
zebra/zebra_nb.h
zebra/zebra_nb_config.c