mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +00:00
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
#
|
|
# Default: Bind all daemon vtys to the loopback(s) only
|
|
#
|
|
QCONFDIR="/etc/quagga"
|
|
BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
|
|
OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf"
|
|
OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"
|
|
RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
|
|
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
|
|
ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
|
|
ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf"
|