From: dann frazier Date: Mon, 27 Sep 2021 17:00:53 +0000 (-0600) Subject: Add remaining supported schemes as options for default-net-naming-scheme X-Git-Tag: v250-rc1~614^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa0a23ec8629aa033a098ab55e9d97ccd9fbf39c;p=thirdparty%2Fsystemd.git Add remaining supported schemes as options for default-net-naming-scheme --- diff --git a/meson_options.txt b/meson_options.txt index e094d48c6ef..dcd3c01ae4f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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'],