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>
This commit is contained in:
Nathan Skrzypczak
2022-12-19 09:38:02 +01:00
committed by Dave Wallace
parent f06a518f8b
commit 1ce802d654

View 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"),
};