diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2022-12-19 09:38:02 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-01-11 15:15:46 +0000 |
commit | 1ce802d6547444e5b00f3b01fdfdd1f80d921249 (patch) | |
tree | 705603aecc15a0195e9c54068a40e9e5dd842de0 /src/vnet/srv6 | |
parent | f06a518f8b768c49301414cbeefb19020071fd1d (diff) |
sr: remove stale runs_after
This patch removes a
.runs_after = VNET_FEATURES ("ip6-lookup"),
On the 'pt' node, as 'ip6-lookup' does not belong to the 'ip6-output' arc.
Type: fix
Change-Id: Ie34aaf7351593f08c61e3b02aaf9f72a4de1a437
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet/srv6')
-rw-r--r-- | src/vnet/srv6/sr_pt_node.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/srv6/sr_pt_node.c b/src/vnet/srv6/sr_pt_node.c index 0a7f6fdb17b..338ec49102c 100644 --- a/src/vnet/srv6/sr_pt_node.c +++ b/src/vnet/srv6/sr_pt_node.c @@ -170,5 +170,4 @@ VLIB_REGISTER_NODE (sr_pt_node) = { VNET_FEATURE_INIT (sr_pt_node, static) = { .arc_name = "ip6-output", .node_name = "pt", - .runs_after = VNET_FEATURES ("ip6-lookup"), };
\ No newline at end of file |