From 6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Tue, 18 Sep 2018 23:25:02 +0800 Subject: LB: fix flush flow table issue Change-Id: Ib0a06ab71aed42eb5bb2ab2edf4844b2167e0610 Signed-off-by: Hongjun Ni --- src/plugins/lb/lb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/lb/lb.h') diff --git a/src/plugins/lb/lb.h b/src/plugins/lb/lb.h index c77a1b6e294..d09ac632be6 100644 --- a/src/plugins/lb/lb.h +++ b/src/plugins/lb/lb.h @@ -607,6 +607,7 @@ int lb_vip_find_index(ip46_address_t *prefix, u8 plen, u8 protocol, int lb_vip_add_ass(u32 vip_index, ip46_address_t *addresses, u32 n); int lb_vip_del_ass(u32 vip_index, ip46_address_t *addresses, u32 n, u8 flush); +int lb_flush_vip_as (u32 vip_index, u32 as_index); u32 lb_hash_time_now(vlib_main_t * vm); -- cgit 1.2.3-korg