From: dann frazier Date: Mon, 27 Sep 2021 17:08:37 +0000 (-0600) Subject: Remind developers to update the list of net naming schemes that can be selected as... X-Git-Tag: v250-rc1~614^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20855%2Fhead;p=thirdparty%2Fsystemd.git Remind developers to update the list of net naming schemes that can be selected as a build-time defaults. --- 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) {