flow-hash: Add symmetric flag for flow hashing
[vpp.git] / src / vnet / vxlan-gpe / vxlan_gpe.api
index 41b1031..89d3707 100644 (file)
@@ -13,6 +13,8 @@
  * limitations under the License.
  */
 
+option version = "1.0.0";
+
 define vxlan_gpe_add_del_tunnel
 {
   u32 client_index;
@@ -53,7 +55,6 @@ define vxlan_gpe_tunnel_details
   u32 mcast_sw_if_index;
   u32 encap_vrf_id;
   u32 decap_vrf_id;
-  
   u8 is_ipv6;
 };
 
@@ -77,4 +78,4 @@ autoreply define sw_interface_set_vxlan_gpe_bypass
  * Local Variables:
  * eval: (c-set-style "gnu")
  * End:
- */
\ No newline at end of file
+ */