From d1586962a5f8f14fb81c930174d12d0453adaab8 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 20 Feb 2020 16:17:58 -0500 Subject: dhcp: update secondary radv_info structures For details, see the Jira ticket below. Fix gerrit 23350. Type: fix Fixes: 28a6eb7 Ticket: VPP-1840 Signed-off-by: Dave Barach Change-Id: Ic9248734bb330eadb302f8410e8db9c64723f075 --- src/vnet/ip6-nd/ip6_ra.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vnet/ip6-nd/ip6_ra.h') diff --git a/src/vnet/ip6-nd/ip6_ra.h b/src/vnet/ip6-nd/ip6_ra.h index 4efd92e6968..d09e8c0c975 100644 --- a/src/vnet/ip6-nd/ip6_ra.h +++ b/src/vnet/ip6-nd/ip6_ra.h @@ -77,6 +77,11 @@ typedef void (*ip6_ra_report_notify_t) (const ip6_ra_report_t * rap); extern void ip6_ra_report_register (ip6_ra_report_notify_t fn); extern void ip6_ra_report_unregister (ip6_ra_report_notify_t fn); +extern void ip6_ra_update_secondary_radv_info (ip6_address_t * address, + u8 prefix_len, + u32 primary_sw_if_index, + u32 valid_time, + u32 preferred_time); #endif /* included_ip6_neighbor_h */ -- cgit 1.2.3-korg