X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fnat.api;h=69b6045c4cbc284aab9e2637c8edadc79e91f0de;hb=16aa7f83c74017a35bbeb47d09d8cc3e731ae6b1;hp=1a960173c43c59e6b21fd828bc7d3891e4d990ab;hpb=f2a23cc8602525a325eaeaae6aca5e18882c33da;p=vpp.git diff --git a/src/plugins/nat/nat.api b/src/plugins/nat/nat.api index 1a960173c43..69b6045c4cb 100644 --- a/src/plugins/nat/nat.api +++ b/src/plugins/nat/nat.api @@ -1211,6 +1211,24 @@ autoreply define dslite_add_del_pool_addr_range { u8 is_add; }; +/** \brief Dump DS-Lite addresses + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request +*/ +define dslite_address_dump { + u32 client_index; + u32 context; +}; + +/** \brief DS-Lite address details response + @param context - sender context, to match reply w/ request + @param ip_address - IPv4 address +*/ +define dslite_address_details { + u32 context; + u8 ip_address[4]; +}; + /** \brief Set AFTR IPv6 and IPv4 addresses @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request