nat: refactoring NAT44ED cfg functions
[vpp.git] / src / plugins / wireguard / wireguard.c
index 9510a0a..5842229 100755 (executable)
@@ -17,7 +17,6 @@
 #include <vnet/plugin/plugin.h>
 #include <vnet/ipip/ipip.h>
 #include <vpp/app/version.h>
-#include <vnet/udp/udp.h>
 
 #include <wireguard/wireguard_send.h>
 #include <wireguard/wireguard_key.h>
@@ -55,6 +54,7 @@ VNET_FEATURE_INIT (wg_output_tun, static) =
 {
   .arc_name = "ip4-output",
   .node_name = "wg-output-tun",
+  .runs_after = VNET_FEATURES ("gso-ip4"),
 };
 
 VLIB_PLUGIN_REGISTER () =