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:

committed by
Dave Wallace

parent
f06a518f8b
commit
1ce802d654
@@ -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"),
|
||||
};
|
Reference in New Issue
Block a user