aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp_encrypt.c
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-04-02 05:43:34 -0700
committerNeale Ranns <nranns@cisco.com>2019-04-02 05:43:34 -0700
commitea5bb7761d5f939174e9ee416adbbba5946cc0a4 (patch)
treed513584eb9689fa7f3168df3d3ab65c85941aa46 /src/vnet/ipsec/esp_encrypt.c
parent72491e2a17620d06ec72d49c008e31b7c8e16c98 (diff)
IPSEC: remove pointless feature ordering
Change-Id: Ic1b657794d23cb4d1664fc749ad2468339e376df Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/esp_encrypt.c')
-rw-r--r--src/vnet/ipsec/esp_encrypt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vnet/ipsec/esp_encrypt.c b/src/vnet/ipsec/esp_encrypt.c
index 82247697cba..f5a2627f9b1 100644
--- a/src/vnet/ipsec/esp_encrypt.c
+++ b/src/vnet/ipsec/esp_encrypt.c
@@ -574,8 +574,7 @@ VNET_FEATURE_INIT (esp4_encrypt_tun_feat_node, static) =
{
.arc_name = "ip4-output",
.node_name = "esp4-encrypt-tun",
- .runs_before = VNET_FEATURES ("ip4-frag",
- "adj-midchain-tx"),
+ .runs_before = VNET_FEATURES ("adj-midchain-tx"),
};
/* *INDENT-ON* */
@@ -606,8 +605,7 @@ VNET_FEATURE_INIT (esp6_encrypt_tun_feat_node, static) =
{
.arc_name = "ip6-output",
.node_name = "esp6-encrypt-tun",
- .runs_before = VNET_FEATURES ("ip6-frag",
- "adj-midchain-tx"),
+ .runs_before = VNET_FEATURES ("adj-midchain-tx"),
};
/* *INDENT-ON* */