aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ethernet/init.c')
-rw-r--r--src/vnet/ethernet/init.c1
1 files changed, 1 insertions, 0 deletions
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 = &ethernet_main.output_feature_arc_index,
};