]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
meson: allow extra net naming schemes to be defined during configuration
[thirdparty/systemd.git] / meson_options.txt
index 15be1959d1f789a7352e6e8f568a1b91f0529460..c09a23dc03eba0085ef99948f7a5a5920994ed43 100644 (file)
@@ -200,6 +200,8 @@ option('fallback-hostname', type : 'string', value : 'localhost',
 option('default-hierarchy', type : 'combo',
        choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
        description : 'default cgroup hierarchy')
+option('extra-net-naming-schemes', type : 'string',
+       description : 'comma-separated list of extra net.naming-scheme= definitions')
 option('default-net-naming-scheme', type : 'string', value : 'latest',
        description : 'default net.naming-scheme= value')
 option('status-unit-format-default', type : 'combo',