sr: remove stale runs_after 37/37837/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Mon, 19 Dec 2022 08:38:02 +0000 (09:38 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 11 Jan 2023 15:15:46 +0000 (15:15 +0000)
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>
src/vnet/srv6/sr_pt_node.c

index 0a7f6fd..338ec49 100644 (file)
@@ -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