mirror of
https://github.com/systemd/systemd.git
synced 2025-01-08 09:33:44 +08:00
Remind developers to update the list of net naming schemes that can be selected as a build-time defaults.
This commit is contained in:
parent
aa0a23ec86
commit
c3138b46bc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user