From 98301bd5603ce691d809759ec444641953cb5caa Mon Sep 17 00:00:00 2001 From: Filip Varga Date: Thu, 13 Feb 2020 14:52:18 +0100 Subject: nat: user deletion function & extra metrics Type: improvement Signed-off-by: Filip Varga Change-Id: Ia5dbfe864c18e953ff49147a9a4684d2ca14b96e --- src/plugins/nat/nat.api | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/plugins/nat/nat.api') diff --git a/src/plugins/nat/nat.api b/src/plugins/nat/nat.api index 0294d400966..4567cb5f99c 100644 --- a/src/plugins/nat/nat.api +++ b/src/plugins/nat/nat.api @@ -456,6 +456,19 @@ service { * NAT44 APIs */ +/** \brief Del NAT44 user + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param ip_address - IPv4 address + @param fib_index - FIB index +*/ +autoreply define nat44_del_user { + u32 client_index; + u32 context; + vl_api_ip4_address_t ip_address; + u32 fib_index; +}; + /** \brief Add/del NAT44 address range @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request -- cgit 1.2.3-korg