acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing
[vpp.git] / src / plugins / stn / stn.api
index 07d214d..a3753a9 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
 
+option version = "1.0.0";
 
 /** \brief Add/del STN rules
     @param client_index - opaque cookie to identify the sender
@@ -52,7 +53,7 @@ define stn_rules_dump {
     @param ip_address - IP address
     @param sw_if_index - Interface index
 */
-define stn_rule_details {
+define stn_rules_details {
   u32 context;
   u8 is_ip4;
   u8 ip_address[16];