]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
BGP: Set advertisement interval when triggering IPv6 RAs
authorvivek <vivek@cumulusnetworks.com>
Thu, 12 May 2016 23:51:43 +0000 (16:51 -0700)
committervivek <vivek@cumulusnetworks.com>
Thu, 12 May 2016 23:51:43 +0000 (16:51 -0700)
commit5c81b96acaf5e08e1a323c31dafd764ad82a0503
tree017cc844599e7fa686ce3654e60683604e5777e7
parentfb02523bf3b39a3d6195db5d2a6d4794e76afa8e
BGP: Set advertisement interval when triggering IPv6 RAs

This change extends the earlier change which added the ability in BGP to
trigger IPv6 Router Advertisements when an unnumbered neighbor is configured.
In addition to triggering the RAs, the advertisement interval is also set to
10 seconds. This is needed to handle the scenario where the peer may start
later.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-10896
Reviewed By: CCR-4693
Testing Done: Manual, bgp-min, bgp-smoke
bgpd/bgp_zebra.c
bgpd/bgpd.h
lib/zclient.c
lib/zclient.h
zebra/rtadv.c