Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37737748
en ru br
ALT Linux repos
S:1.2.4-alt5
5.0: 0.99.11-alt3
4.1: 0.99.18-alt0.M41.2
4.0: 0.99.18-alt0.M40.1
3.0:
+backports:0.99.9-alt0.M30.4

Group :: Networking/Other
RPM: quagga

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

##
# Default: Bind all daemon vtys to the loopback(s) only
##

QCONFDIR="/etc/quagga"

ZEBRA_OPTS="-s 1024000 -A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"

OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"
BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
ISISD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/isisd.conf"
BABELD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/babeld.conf"

OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf"
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"

##
# Uncomment this if you need to write configs from vtys of daemons
##

#QCONFFILESRIGHT="RW"

##
# Watchquagga configuration (please check timer values before using)
##

WATCH_OPTS=""
# full list: "zebra bgpd ospfd ospf6d ripd ripngd isisd babeld"
WATCH_DAEMONS="zebra ospfd"
# To enable restarts, uncomment this line (but first be sure to edit
# the WATCH_DAEMONS line to reflect the daemons you are actually using):
WATCH_OPTS="-az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin