]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add remaining supported schemes as options for default-net-naming-scheme
authordann frazier <dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:00:53 +0000 (11:00 -0600)
committerdann frazier <dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:12:22 +0000 (11:12 -0600)
meson_options.txt

index e094d48c6ef1bf76c5866a866fe685b92d3fec79..dcd3c01ae4f8565b682d78ca35f6ab392cd014fa 100644 (file)
@@ -201,7 +201,7 @@ option('default-hierarchy', type : 'combo',
        choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
        description : 'default cgroup hierarchy')
 option('default-net-naming-scheme', type : 'combo',
-       choices : ['latest', 'v238', 'v239', 'v240'],
+       choices : ['latest', 'v238', 'v239', 'v240', 'v241', 'v243', 'v245', 'v247', 'v249'],
        description : 'default net.naming-scheme= value')
 option('status-unit-format-default', type : 'combo',
        choices : ['description', 'name', 'combined'],