diff options
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/ethernet/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/ethernet/init.c b/vnet/vnet/ethernet/init.c index 21817296a54..b636c4af1a8 100644 --- a/vnet/vnet/ethernet/init.c +++ b/vnet/vnet/ethernet/init.c @@ -62,7 +62,7 @@ add_type (ethernet_main_t * em, ethernet_type_t type, char *type_name) } static char *feature_start_nodes[] = { - "adj-midchain-tx-no-count", + "adj-l2-midchain", }; /* Built-in ip4 tx feature path definition */ |