aboutsummaryrefslogtreecommitdiff
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
parentcore: check which MACs to use before a new mount ns is created (#6498) (diff)
parentresolved: add debug message about stub listener (diff)
downloadsystemd-f19ca6105e9f74b01e799d02c280eec67696c228.tar.gz
systemd-f19ca6105e9f74b01e799d02c280eec67696c228.tar.bz2
systemd-f19ca6105e9f74b01e799d02c280eec67696c228.zip
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 a37e8176a..3de72acf9 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')