aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb/lb.api
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2018-08-22 20:21:19 +0800
committerMarco Varlese <marco.varlese@suse.de>2018-09-07 07:33:31 +0000
commit49ca2601114a8a29520cba5f0ab3ea1dc1968f7f (patch)
tree48a3b52839e5ea475e4e794eab3d2efbea6eb4d0 /src/plugins/lb/lb.api
parente4b202a4148e534927e7f6662f1de3be9d1a5583 (diff)
Add flush flag on del as command
This patch depends on https://gerrit.fd.io/r/#/c/13260 Change-Id: If94968342935ebd24cf4ebed238e6a27d94959b7 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb.api')
-rw-r--r--src/plugins/lb/lb.api2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/lb/lb.api b/src/plugins/lb/lb.api
index de3d0c1e5e7..545d6b18c3e 100644
--- a/src/plugins/lb/lb.api
+++ b/src/plugins/lb/lb.api
@@ -61,6 +61,7 @@ autoreply define lb_add_del_vip {
@param port - destination port.
@param as_address - The application server address (IPv4 in lower order 32 bits).
@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 {
u32 client_index;
@@ -71,5 +72,6 @@ autoreply define lb_add_del_as {
u16 port;
u8 as_address[16];
u8 is_del;
+ u8 is_flush;
};