1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

net_id: add missing naming scheme name for v254

Follow up to 88d2bda812
This commit is contained in:
Antonio Alvarez Feijoo 2023-10-16 10:41:51 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent e0eb051f95
commit acd3f69217

View 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