wireguard: run feature after gso
This allows using GSO with wireguard Type: fix Change-Id: Id00a1425f9d9412aca9f259beda55a46bf5595d7 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:

committed by
Damjan Marion

parent
ecf98c095c
commit
d9ed3f2d8a
@@ -54,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 () =
|
||||
|
Reference in New Issue
Block a user