diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2018-09-18 23:25:02 +0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-24 08:04:37 +0000 |
commit | 6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c (patch) | |
tree | f4f2b6958c5797b14b9ebd0ad5d762630189e150 /src/plugins/lb/lb.h | |
parent | 742582f4156b249b5a4f60070ae6491dd9b6e7c0 (diff) |
LB: fix flush flow table issue
Change-Id: Ib0a06ab71aed42eb5bb2ab2edf4844b2167e0610
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb.h')
-rw-r--r-- | src/plugins/lb/lb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |