diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
| commit | 3ce667b6ee6b86291bbe60ef93cba7f11a5c5400 (patch) | |
| tree | af3daa7221e898b72f3de26eb2cf0c1b1c8661b0 /data/server.conf.in | |
| parent | f02d31d95af29678092d1ff01f714621bc9dcc0f (diff) | |
| parent | 33491bc4279481db8ae47213e34a6d695a0e8830 (diff) | |
Merge tag 'upstream/0.9.10.0'
Upstream version 0.9.10.0
Diffstat (limited to 'data/server.conf.in')
| -rw-r--r-- | data/server.conf.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/server.conf.in b/data/server.conf.in new file mode 100644 index 00000000..a63be511 --- /dev/null +++ b/data/server.conf.in @@ -0,0 +1,16 @@ +# This configuration file, when placed into into +# @sysconfdir@/NetworkManager/conf.d will change NetworkManager's +# behavior to what's expected on "traditional UNIX server" type +# deployments. +# +# See "man NetworkManager.conf" for more information about these +# individual keys. + +[main] +# Do not do automatic (DHCP/SLAAC) configuration on ethernet devices +# with no other matching connections. +no-auto-default=* + +# Ignore the carrier (cable plugged in) state when attempting to +# activate static-IP connections. +ignore-carrier=* |