X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fnat.api;h=4567cb5f99c28be1f0c3147b270c04caddcfa6dc;hb=98301bd5603ce691d809759ec444641953cb5caa;hp=0294d400966273e9be30770fbeea1cb21ab60842;hpb=1284f8c71da8ec35cba04351cf62cba7bdd7f847;p=vpp.git 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