diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-06-10 19:43:48 +0800 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-07-31 19:35:13 +0000 |
commit | 3efcd0d7c3e73b812dece730396cf8816951d8ad (patch) | |
tree | be6ea249ce63f3595c1271ba8e005881e02b9d86 /src/plugins/lb/lb.c | |
parent | 515eed42583a52d4783ff4906afa01244899e030 (diff) |
lb: vip and as dump/detail api's
- lb_vip_dump/lb_vip_details - get all vip.
- lb_as_dump/lb_as_details - get all as list per vip.
- adds api unit test.
- adds vpp_lb to test framework.
Ticket:
Type: feature
Change-Id: I24be50d62c5234f3535cc840603ddd9df7eb3f07
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb.c')
-rw-r--r-- | src/plugins/lb/lb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lb/lb.c b/src/plugins/lb/lb.c index 3ac2b284ea6..b1e0b237478 100644 --- a/src/plugins/lb/lb.c +++ b/src/plugins/lb/lb.c @@ -860,7 +860,7 @@ static int lb_vip_prefix_index_alloc (lb_main_t *lbm) { /* - * Check for dynamically allocaetd instance number. + * Check for dynamically allocated instance number. */ u32 bit; |