mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 07:00:09 +01:00
This one spec file is intended to build packages for F18, F19, F20, and rhel-7.0. The build script can be tweaked by setting environment variables, but it is supposed to choose the right default values on it's own. Signed-off-by: Thomas Haller <thaller@redhat.com>
20 lines
752 B
Text
20 lines
752 B
Text
# This configuration file, when placed into into
|
|
# /etc/NetworkManager/conf.d changes NetworkManager's behavior to
|
|
# what's expected on "traditional UNIX server" type deployments.
|
|
#
|
|
# See "man NetworkManager.conf" for more information about these
|
|
# and other keys.
|
|
#
|
|
# Do not edit this file; it will be overwritten on upgrades. If you
|
|
# want to override the values here, or set additional values, you can
|
|
# do so by adding another file (eg, "99-local.conf") to this directory
|
|
# and setting keys there.
|
|
|
|
[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=*
|