Hello all,

i get this run time error message
i  have 3 plugins my_policer, my_forwarder4 and my_forwarder6
the policer set the next node to be forwarder4 or 6
i **did not**  get this error message when i only have **2 plugins**
policer and forwarder

the policer VNET_FEATURE_INIT macro is set to:
VNET_FEATURE_INIT (my_policer, static) =
{
  .arc_name = "device-input",
  .node_name = "my_policer",
  .runs_before = VNET_FEATURES ("ethernet-input"),
};
also the my-forwarders are set the same
VNET_FEATURE_INIT (my_forwarder4, static) =
{
  .arc_name = "device-input",
  .node_name = "my_forwarder4",
  .runs_before = VNET_FEATURES ("ethernet-input"),
};
Thank you
-Sara

Reply via email to