]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rtadv.c
zebra: add all ipv6 global addresses to RA messages
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 10 Feb 2020 18:58:41 +0000 (18:58 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 14 Feb 2020 17:03:16 +0000 (17:03 +0000)
commit2a85576310187cd6f4e43849e028faed986b551b
treef765ee40de1685a4325e74c973e1bcc87704db0a
parent547b989938068d9be646a79c60f87296fdba3558
zebra: add all ipv6 global addresses to RA messages

RFC 4861 states that ipv6 RA messages sent out an interface should
contain all global ipv6 addresses on that interface. This fix adds
that capability.  To override the default flags and timer settings
for a particular prefix, the existing "ipv6 nd prefix ..." command
should be used via vtysh under the appropriate interface.

Ticket: CM-20363
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
zebra/connected.c
zebra/rtadv.c
zebra/rtadv.h