diff options
author | Dave Barach <dave@barachs.net> | 2020-02-20 16:17:58 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-02-21 09:52:42 +0000 |
commit | d1586962a5f8f14fb81c930174d12d0453adaab8 (patch) | |
tree | 2e7bfc5cde108ef32d811e7bec6bd5a0030e3388 /src/vnet/ip6-nd/ip6_ra.h | |
parent | 269549491ae6c8d9c35d6b4fa9441ad15e6b82f0 (diff) |
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 <dave@barachs.net>
Change-Id: Ic9248734bb330eadb302f8410e8db9c64723f075
Diffstat (limited to 'src/vnet/ip6-nd/ip6_ra.h')
-rw-r--r-- | src/vnet/ip6-nd/ip6_ra.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |