From c3138b46bcf3b9603b6008e144a46208b7b2f461 Mon Sep 17 00:00:00 2001 From: dann frazier Date: Mon, 27 Sep 2021 11:08:37 -0600 Subject: [PATCH] Remind developers to update the list of net naming schemes that can be selected as a build-time defaults. --- src/shared/netif-naming-scheme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/netif-naming-scheme.c b/src/shared/netif-naming-scheme.c index 82c6625e56a..4dcf2889ce7 100644 --- a/src/shared/netif-naming-scheme.c +++ b/src/shared/netif-naming-scheme.c @@ -15,6 +15,7 @@ static const NamingScheme naming_schemes[] = { { "v247", NAMING_V247 }, { "v249", NAMING_V249 }, /* … add more schemes here, as the logic to name devices is updated … */ + /* also remember to update the list of options in meson_options.txt */ }; static const NamingScheme* naming_scheme_from_name(const char *name) { -- 2.47.3