Dominique Leuenberger
3caaf5b2f9
Same to rq#224144, released in openSUSE:13.1:Update: - do not start unconditionally / by default under sysconfig as it breaks vlan,bridge,bonding setups (bnc#853845,bnc#851953) OBS-URL: https://build.opensuse.org/request/show/226731 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=106
28 lines
993 B
Plaintext
28 lines
993 B
Plaintext
## Path: System/Zeroconf
|
|
## Description: Zeroconf (Bonjour, Rendezvous) options
|
|
|
|
## Type: yesno
|
|
## Default: no
|
|
#
|
|
# Enable or disable avahi implementation of IPv4LL. If you select
|
|
# "yes", then it ignores AUTOIP keyword in the YaST network
|
|
# configuration. You should disable autoip implementation by disabling
|
|
# AUTOIP in the YaST network configuration of all devices.
|
|
#
|
|
# Note, that enabling it causes to start unconditionally on any
|
|
# interface and will break bridges,vlan,bond, ...
|
|
# For more see @docdir@/avahi-autoipd/README.SUSE.
|
|
#
|
|
AVAHI_AUTOIPD_ENABLE="no"
|
|
|
|
## Type: yesno
|
|
## Default: no
|
|
#
|
|
# Force binding address from IPv4LL (link local) address, even if
|
|
# standard IPv4 address exists. If you select "yes", alias interface
|
|
# will be created. It may break some naive programs. If you select
|
|
# "no", IPv4LL will be usable only if no routable address is configured.
|
|
# See http://avahi.org/wiki/AvahiAutoipd#ModesofOperation for more.
|
|
#
|
|
AVAHI_AUTOIPD_FORCE_BIND="no"
|