File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ ripngd=no
30
30
isisd=no
31
31
pimd=no
32
32
ldpd=no
33
+ nhrpd=no
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ripngd_options=" --daemon -A ::1"
13
13
isisd_options=" --daemon -A 127.0.0.1"
14
14
pimd_options=" --daemon -A 127.0.0.1"
15
15
ldpd_options=" --daemon -A 127.0.0.1"
16
+ nhrpd_options=" --daemon -A 127.0.0.1"
16
17
17
18
# The list of daemons to watch is automatically generated by the init script.
18
19
watchfrr_enable=yes
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ V_PATH=/var/run/frr
21
21
# Local Daemon selection may be done by using /etc/frr/daemons.
22
22
# See /usr/share/doc/frr/README.Debian.gz for further information.
23
23
# 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 "
25
25
MAX_INSTANCES=5
26
26
RELOAD_SCRIPT=/usr/lib/frr/frr-reload.py
27
27
You can’t perform that action at this time.
0 commit comments