aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2025-02-26 16:06:23 +0100
committerBenoit Ganne <bganne@cisco.com>2025-02-27 08:54:46 +0000
commitfd9f717196a0e59220d1c665d059fd528b594b83 (patch)
tree5b11f4e2e7222fd47d58d673845c562c023241da
parent9543e29708524accce591eab3aa23270ab44ae1a (diff)
abf: run abf after reassembly
If reassembly is enabled, make sure to apply ABF after reassembly. Type: fix Change-Id: Ic12ccba34a9e4d13caba1821e8175ee5adc7f8c3 Signed-off-by: Benoît Ganne <bganne@cisco.com>
-rw-r--r--src/plugins/abf/abf_itf_attach.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/plugins/abf/abf_itf_attach.c b/src/plugins/abf/abf_itf_attach.c
index 04e5c4c40c2..3e55df52562 100644
--- a/src/plugins/abf/abf_itf_attach.c
+++ b/src/plugins/abf/abf_itf_attach.c
@@ -681,18 +681,20 @@ VLIB_REGISTER_NODE (abf_ip6_node) =
}
};
-VNET_FEATURE_INIT (abf_ip4_feat, static) =
-{
+VNET_FEATURE_INIT (abf_ip4_feat, static) = {
.arc_name = "ip4-unicast",
.node_name = "abf-input-ip4",
- .runs_after = VNET_FEATURES ("acl-plugin-in-ip4-fa"),
+ .runs_after = VNET_FEATURES ("acl-plugin-in-ip4-fa",
+ "ip4-full-reassembly-feature",
+ "ip4-sv-reassembly-feature"),
};
-VNET_FEATURE_INIT (abf_ip6_feat, static) =
-{
+VNET_FEATURE_INIT (abf_ip6_feat, static) = {
.arc_name = "ip6-unicast",
.node_name = "abf-input-ip6",
- .runs_after = VNET_FEATURES ("acl-plugin-in-ip6-fa"),
+ .runs_after = VNET_FEATURES ("acl-plugin-in-ip6-fa",
+ "ip6-full-reassembly-feature",
+ "ip6-sv-reassembly-feature"),
};
static fib_node_t *