]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rtadv.h
zebra: send RA lifetime of 0 before ceasing to advertise RAs
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 3 Dec 2019 14:02:20 +0000 (14:02 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 3 Dec 2019 15:46:34 +0000 (15:46 +0000)
commitd7fc0e677e8c6804e00e770b4bd2c080c7ba028a
tree0eb49ac7da7ebe37cb45d20d0f6959ed07d577ed
parentd79368d3a54fe4fabffee626858e4aa9e9a5abe2
zebra: send RA lifetime of 0 before ceasing to advertise RAs

Problem reported by testing agency that RFC4861 section 6.2.5
states that a router should send an RA with a lifetime of 0
before ceasing to send RAs on the interface, or when the interace
is shutdown, or the router is shutdown.  This fix adds that capability.

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