X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Finit.c;h=5d10c60fd5f00a221c41984a50ca1af2e1ddabe2;hb=a25def7807fb46bd48462be3ec5c598fc79e2a13;hp=a4689593ad7f6a76062df4f2f37b72320332f278;hpb=37f44563637d2fa2fe454fd8c100958ec9b7a754;p=vpp.git diff --git a/src/vnet/ethernet/init.c b/src/vnet/ethernet/init.c index a4689593ad7..5d10c60fd5f 100644 --- a/src/vnet/ethernet/init.c +++ b/src/vnet/ethernet/init.c @@ -66,6 +66,7 @@ add_type (ethernet_main_t * em, ethernet_type_t type, char *type_name) VNET_FEATURE_ARC_INIT (ethernet_output, static) = { .arc_name = "ethernet-output", + .last_in_arc = "error-drop", .start_nodes = VNET_FEATURES ("adj-l2-midchain"), .arc_index_ptr = ðernet_main.output_feature_arc_index, };