diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/ipsec/esp_encrypt.c | 6 |
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* */ |