]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Remind developers to update the list of net naming schemes that can be selected as... 20855/head
authordann frazier <dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:08:37 +0000 (11:08 -0600)
committerdann frazier <dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:12:32 +0000 (11:12 -0600)
src/shared/netif-naming-scheme.c

index 82c6625e56a6c4dd46ea9182fcea473c6de467d1..4dcf2889ce7dd1bf6180e2d4b3ebac20e1514a64 100644 (file)
@@ -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) {