From: Antonio Alvarez Feijoo Date: Mon, 16 Oct 2023 08:41:51 +0000 (+0200) Subject: net_id: add missing naming scheme name for v254 X-Git-Tag: v255-rc1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd3f69217f0b84f89bad336b70afb98108b96c1;p=thirdparty%2Fsystemd.git net_id: add missing naming scheme name for v254 Follow up to 88d2bda8120dcc375a90e28b64de06b9646ab3b6 --- 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