mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
* Update to 0.99.21 * Fix SRC_URI to point to a working download location * Make LICENSE more accurate * Add LIC_FILES_CHKSUM * Add old gentoo patch to fix libcap linking errors * Put binaries in sbindir * Use useradd.bbclass to create user/groups * Handle hardcoded paths in initscript * Add LSB headers to initscript (borrowed from debian) * Tidy up packaging and directory references * Add SUMMARY Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
# If this option is set the /etc/init.d/quagga script automatically loads
|
|
# the config via "vtysh -b" when the servers are started.
|
|
vtysh_enable=yes
|
|
|
|
# Bind all daemons to loopback only by default
|
|
zebra_options=" --daemon -A 127.0.0.1"
|
|
babeld_options="-D 127.0.0.1"
|
|
bgpd_options=" --daemon -A 127.0.0.1"
|
|
ospfd_options=" --daemon -A 127.0.0.1"
|
|
ospf6d_options="--daemon -A ::1"
|
|
ripd_options=" --daemon -A 127.0.0.1"
|
|
ripngd_options="--daemon -A ::1"
|
|
isisd_options=" --daemon -A 127.0.0.1"
|