mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:28:31 +00:00
cumulus, tools: Fix up startup
Allow EIGRP to work within the startup scripts Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
703beb67fe
commit
e6ddb8e28b
@ -31,3 +31,4 @@ isisd=no
|
|||||||
pimd=no
|
pimd=no
|
||||||
ldpd=no
|
ldpd=no
|
||||||
nhrpd=no
|
nhrpd=no
|
||||||
|
eigrpd=no
|
||||||
|
@ -14,6 +14,7 @@ isisd_options=" --daemon -A 127.0.0.1"
|
|||||||
pimd_options=" --daemon -A 127.0.0.1"
|
pimd_options=" --daemon -A 127.0.0.1"
|
||||||
ldpd_options=" --daemon -A 127.0.0.1"
|
ldpd_options=" --daemon -A 127.0.0.1"
|
||||||
nhrpd_options=" --daemon -A 127.0.0.1"
|
nhrpd_options=" --daemon -A 127.0.0.1"
|
||||||
|
eigrpd_options=" --daemon -A 127.0.0.1"
|
||||||
|
|
||||||
# The list of daemons to watch is automatically generated by the init script.
|
# The list of daemons to watch is automatically generated by the init script.
|
||||||
watchfrr_enable=yes
|
watchfrr_enable=yes
|
||||||
|
@ -21,7 +21,7 @@ V_PATH=/var/run/frr
|
|||||||
# Local Daemon selection may be done by using /etc/frr/daemons.
|
# Local Daemon selection may be done by using /etc/frr/daemons.
|
||||||
# See /usr/share/doc/frr/README.Debian.gz for further information.
|
# See /usr/share/doc/frr/README.Debian.gz for further information.
|
||||||
# Keep zebra first and do not list watchfrr!
|
# Keep zebra first and do not list watchfrr!
|
||||||
DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd"
|
DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd"
|
||||||
MAX_INSTANCES=5
|
MAX_INSTANCES=5
|
||||||
RELOAD_SCRIPT=/usr/lib/frr/frr-reload.py
|
RELOAD_SCRIPT=/usr/lib/frr/frr-reload.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user