mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6d
from starting.
This commit is contained in:
parent
d26ca6a976
commit
d47b7ba10b
@ -3,7 +3,7 @@
|
||||
#
|
||||
QCONFDIR="/etc/quagga"
|
||||
BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
|
||||
OSPF6D_OPTS="-A ::1$ -f ${QCONFDIR}/ospf6d.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"
|
||||
|
Loading…
Reference in New Issue
Block a user