]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
net_id: add missing naming scheme name for v254
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 16 Oct 2023 08:41:51 +0000 (10:41 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Oct 2023 19:19:54 +0000 (21:19 +0200)
Follow up to 88d2bda8120dcc375a90e28b64de06b9646ab3b6

src/shared/netif-naming-scheme.c

index b6a97527d8cba160a696b727c852ea95534010bf..26f012fe0216c253bfd4dee01ecbdd4ceeac095d 100644 (file)
@@ -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