Skip to content

Commit c838ce0

Browse files
donaldsharpeqvinox
authored andcommitted
cumulus, tools: Allow nhrpd to be brought up
Signed-off-by: Donald Sharp <[email protected]>
1 parent 729f041 commit c838ce0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cumulus/etc/frr/daemons

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ ripngd=no
3030
isisd=no
3131
pimd=no
3232
ldpd=no
33+
nhrpd=no

cumulus/etc/frr/debian.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ripngd_options=" --daemon -A ::1"
1313
isisd_options=" --daemon -A 127.0.0.1"
1414
pimd_options=" --daemon -A 127.0.0.1"
1515
ldpd_options=" --daemon -A 127.0.0.1"
16+
nhrpd_options=" --daemon -A 127.0.0.1"
1617

1718
# The list of daemons to watch is automatically generated by the init script.
1819
watchfrr_enable=yes

tools/frr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ V_PATH=/var/run/frr
2121
# Local Daemon selection may be done by using /etc/frr/daemons.
2222
# See /usr/share/doc/frr/README.Debian.gz for further information.
2323
# Keep zebra first and do not list watchfrr!
24-
DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd"
24+
DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd"
2525
MAX_INSTANCES=5
2626
RELOAD_SCRIPT=/usr/lib/frr/frr-reload.py
2727

0 commit comments

Comments
 (0)