Improved tracing for the IP[46] not-enabled case.
[vpp.git] / src / vnet / dhcp / dhcp_client_detect.c
index 1b916cd..f9ba4fe 100644 (file)
@@ -319,7 +319,7 @@ VNET_FEATURE_INIT (ip4_dvr_reinject_feat_node, static) =
 {
   .arc_name = "ip4-unicast",
   .node_name = "ip4-dhcp-client-detect",
-  .runs_before = VNET_FEATURES ("ip4-drop"),
+  .runs_before = VNET_FEATURES ("ip4-not-enabled"),
 };
 
 /* *INDENT-ON* */