IPSEC: remove pointless feature ordering 36/18636/1
authorNeale Ranns <nranns@cisco.com>
Tue, 2 Apr 2019 12:43:34 +0000 (05:43 -0700)
committerNeale Ranns <nranns@cisco.com>
Tue, 2 Apr 2019 12:43:34 +0000 (05:43 -0700)
Change-Id: Ic1b657794d23cb4d1664fc749ad2468339e376df
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ipsec/esp_encrypt.c

index 8224769..f5a2627 100644 (file)
@@ -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* */