diff --git a/src/shared/netif-naming-scheme.c b/src/shared/netif-naming-scheme.c index b6a97527d8c..26f012fe021 100644 --- a/src/shared/netif-naming-scheme.c +++ b/src/shared/netif-naming-scheme.c @@ -26,6 +26,7 @@ static const NamingScheme naming_schemes[] = { { "v251", NAMING_V251 }, { "v252", NAMING_V252 }, { "v253", NAMING_V253 }, + { "v254", NAMING_V254 }, /* … add more schemes here, as the logic to name devices is updated … */ EXTRA_NET_NAMING_MAP