diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-07-14 13:47:43 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-07-18 07:22:56 +0000 |
commit | a0cb32cb9fba93ec4b91e7d227c07d1b2099091b (patch) | |
tree | 48693ee35c6a7298d7d536388c265509498515ea /src/plugins/lb/lb.api | |
parent | 456d2f9c29ddbfa71e592f7d00cc4c89696f7b0a (diff) |
lb: update api.c to use scaffolding from latest skel
Type: refactor
Change-Id: I01329385684f4a4f477cb046079b554ae3024ded
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/lb/lb.api')
-rw-r--r-- | src/plugins/lb/lb.api | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/lb/lb.api b/src/plugins/lb/lb.api index 190e32011b3..c24440936d3 100644 --- a/src/plugins/lb/lb.api +++ b/src/plugins/lb/lb.api @@ -11,7 +11,7 @@ import "vnet/ip/ip_types.api"; @param flow_timeout - Time in seconds after which, if no packet is received for a given flow, the flow is removed from the established flow table. */ -autoreply define lb_conf +autoreply manual_print define lb_conf { u32 client_index; u32 context; @@ -37,7 +37,7 @@ autoreply define lb_conf for this VIP (must be power of 2). @param is_del - The VIP should be removed. */ -autoreply define lb_add_del_vip { +autoreply manual_print define lb_add_del_vip { u32 client_index; u32 context; u8 ip_prefix[16]; @@ -64,7 +64,7 @@ autoreply define lb_add_del_vip { @param is_del - The AS should be removed. @param is_flush - The sessions related to this AS should be flushed. */ -autoreply define lb_add_del_as { +autoreply manual_print define lb_add_del_as { u32 client_index; u32 context; u8 vip_ip_prefix[16]; @@ -84,7 +84,7 @@ autoreply define lb_add_del_as { @param protocol - tcp or udp. @param port - destination port. */ -autoreply define lb_flush_vip { +autoreply manual_print define lb_flush_vip { u32 client_index; u32 context; u8 ip_prefix[16]; |