summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-08-01 09:43:41 +0200
committerGitHub <noreply@github.com>2017-08-01 09:43:41 +0200
commitf19ca6105e9f74b01e799d02c280eec67696c228 (patch)
treea2b530b2c214dd24a022c175474aca4251cea952 /meson_options.txt
parent7f18ef0a555a3c3cef08e0965dc453fe5954b5a7 (diff)
parentd5da77077d9a9727d42e1d1a77d1db52c258c207 (diff)
downloadsystemd-f19ca6105e9f74b01e799d02c280eec67696c228.tar.gz
Merge pull request #6420 from keszybz/gateway-name
Rename "gateway" to "_gateway" and other resolved changes
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a37e8176a0..3de72acf95 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -120,6 +120,8 @@ option('pamconfdir', type : 'string',
option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')
+option('compat-gateway-hostname', type : 'boolean', value : 'false',
+ description : 'allow "gateway" as the symbolic name for default gateway')
option('default-hierarchy', type : 'combo',
choices : ['legacy', 'hybrid', 'unified'], value : 'hybrid',
description : 'default cgroup hierarchy')