diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-03 21:42:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-03 21:48:45 +0100 |
commit | e9140aff750e4f251f5f09b67412fed995fe9c47 (patch) | |
tree | 30f2c292e0154cfee8ce91bdf2c47674030255e9 /.gitignore | |
parent | 144232a8e0ea77eed8c5a456832758681b5b3511 (diff) |
nss-myhostname: always resolve the host name "gateway" to the local default gateway
This is useful inside of containers or local networks to intrdouce a
stable name of the default gateway host (in case of containers usually
the host, in case of LANs usually local router).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e7ad2ad27..06d411a933 100644 --- a/.gitignore +++ b/.gitignore @@ -203,6 +203,7 @@ /test-list /test-unaligned /test-locale-util +/test-local-addresses /test-log /test-login /test-login-shared |