From 0eca6f7ad3c71b2bb09458a81e64071ca5254b0c Mon Sep 17 00:00:00 2001 From: dann frazier Date: Mon, 27 Sep 2021 11:00:53 -0600 Subject: [PATCH] Add remaining supported schemes as options for default-net-naming-scheme (cherry picked from commit aa0a23ec8629aa033a098ab55e9d97ccd9fbf39c) (cherry picked from commit 879c3eed4293752210ce067206a2fadb862c6370) --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d96d4e3f04..33e35af4bc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -197,7 +197,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'], description : 'default net.naming-scheme= value') option('status-unit-format-default', type : 'combo', choices : ['description', 'name'], -- 2.25.1