File avahi-autoipd.sysconfig of Package avahi
xxxxxxxxxx
1
## Path: System/Zeroconf
2
## Description: Zeroconf (Bonjour, Rendezvous) options
3
4
## Type: yesno
5
## Default: no
6
#
7
# Enable or disable avahi implementation of IPv4LL. If you select
8
# "yes", then it ignores AUTOIP keyword in the YaST network
9
# configuration. You should disable autoip implementation by disabling
10
# AUTOIP in the YaST network configuration of all devices.
11
#
12
# Note, that enabling it causes to start unconditionally on any
13
# interface and will break bridges,vlan,bond, ...
14
# For more see @docdir@/avahi-autoipd/README.SUSE.
15
#
16
AVAHI_AUTOIPD_ENABLE="no"
17
18
## Type: yesno
19
## Default: no
20
#
21
# Force binding address from IPv4LL (link local) address, even if
22
# standard IPv4 address exists. If you select "yes", alias interface
23
# will be created. It may break some naive programs. If you select
24
# "no", IPv4LL will be usable only if no routable address is configured.
25
# See http://avahi.org/wiki/AvahiAutoipd#ModesofOperation for more.
26
#
27
AVAHI_AUTOIPD_FORCE_BIND="no"
28