vppapigen: support per-file (major,minor,patch) version stamps
[vpp.git] / src / plugins / gtpu / gtpu.api
index b11670b..fea4791 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Cisco and/or its affiliates.
+ * Copyright (c) 2017 Intel and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -13,7 +13,9 @@
  * limitations under the License.
  */
 
-/** \brief /** \brief Set or delete an GTPU tunnel
+vl_api_version 1.0.0
+
+/** \brief Set or delete an GTPU tunnel
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request
     @param is_add - add address if non-zero, else delete
@@ -63,7 +65,7 @@ define gtpu_tunnel_dump
   u32 sw_if_index;
 };
 
-/** \brief /** \brief dump details of an GTPU tunnel
+/** \brief dump details of an GTPU tunnel
     @param context - sender context, to match reply w/ request
     @param sw_if_index - software index of the interface
     @param is_ipv6 - src_address and dst_address is ipv6 or not