ipsec: FIx feature ordering 28/21028/2
authorNeale Ranns <nranns@cisco.com>
Fri, 2 Aug 2019 08:17:13 +0000 (01:17 -0700)
committerDave Barach <openvpp@barachs.net>
Fri, 2 Aug 2019 10:38:49 +0000 (10:38 +0000)
Type: fix
Fixes: 1404698df397bc4d3007daea41f52ad75ed4486c

Change-Id: Ibb77d95bb5e862cf5d1cb65843c526fd2e225c62
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ip/ip4_reassembly.c
src/vnet/ip/ip6_reassembly.c

index 493f06f..b82bafe 100644 (file)
@@ -1203,8 +1203,7 @@ VNET_FEATURE_INIT (ip4_reassembly_feature, static) = {
     .arc_name = "ip4-unicast",
     .node_name = "ip4-reassembly-feature",
     .runs_before = VNET_FEATURES ("ip4-lookup",
-                                  "esp4-decrypt",
-                                  "ah4-decrypt"),
+                                  "ipsec4-input-feature"),
     .runs_after = 0,
 };
 /* *INDENT-ON* */
index 8d455e9..20bb772 100644 (file)
@@ -1182,8 +1182,7 @@ VNET_FEATURE_INIT (ip6_reassembly_feature, static) = {
     .arc_name = "ip6-unicast",
     .node_name = "ip6-reassembly-feature",
     .runs_before = VNET_FEATURES ("ip6-lookup",
-                                  "esp6-decrypt",
-                                  "ah6-decrypt"),
+                                  "ipsec6-input-feature"),
     .runs_after = 0,
 };
 /* *INDENT-ON* */