]> git.proxmox.com Git - mirror_frr.git/blame - cumulus/etc/frr/daemons
distro/redhat: package nhrpd
[mirror_frr.git] / cumulus / etc / frr / daemons
CommitLineData
c97ef382 1# This file tells the frr package which daemons to start.
651415bd
DS
2#
3# Entries are in the format: <daemon>=(yes|no|priority)
4# 0, "no" = disabled
5# 1, "yes" = highest priority
6# 2 .. 10 = lower priorities
c97ef382 7# Read /usr/share/doc/frr/README.Debian for details.
651415bd
DS
8#
9# Sample configurations for these daemons can be found in
c97ef382 10# /usr/share/doc/frr/examples/.
651415bd
DS
11#
12# ATTENTION:
13#
14# When activation a daemon at the first time, a config file, even if it is
c97ef382
MW
15# empty, has to be present *and* be owned by the user and group "frr", else
16# the daemon will not be started by /etc/init.d/frr. The permissions should
651415bd
DS
17# be u=rw,g=r,o=.
18# When using "vtysh" such a config file is also needed. It should be owned by
c97ef382 19# group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too.
651415bd 20#
9473e340 21# The watchfrr daemon is always started. Per default in monitoring-only but
c97ef382 22# that can be changed via /etc/frr/debian.conf.
651415bd
DS
23#
24zebra=no
25bgpd=no
26ospfd=no
27ospf6d=no
28ripd=no
29ripngd=no
30isisd=no
2cba41dc
DS
31pimd=no
32ldpd=no