Add support for multiple microarchitectures in single binary
[vpp.git] / vnet / vnet / vxlan / encap.c
index ee5c7d5..387a728 100644 (file)
@@ -586,3 +586,6 @@ VLIB_REGISTER_NODE (vxlan_encap_node) = {
         [VXLAN_ENCAP_NEXT_DROP] = "error-drop",
   },
 };
+
+VLIB_NODE_FUNCTION_MULTIARCH (vxlan_encap_node, vxlan_encap)
+