vppapigen: remove support for legacy typedefs
[vpp.git] / src / plugins / acl / acl_types.api
index a47c9b3..fb58f88 100644 (file)
@@ -32,7 +32,7 @@
     @param tcp_flags_value - if proto==6, mask to AND the TCP flags in the packet with
 */
 
-typeonly manual_print define acl_rule
+typedef acl_rule
 {
   u8 is_permit;
   u8 is_ipv6;
@@ -77,7 +77,7 @@ typeonly manual_print define acl_rule
     @param src_ip_prefix_len - Source prefix length
 */
 
-typeonly manual_print define macip_acl_rule
+typedef macip_acl_rule
 {
   u8 is_permit;
   u8 is_ipv6;