]> git.proxmox.com Git - mirror_frr.git/blame - cumulus/etc/frr/debian.conf
Merge branch 'master' into EIGRP
[mirror_frr.git] / cumulus / etc / frr / debian.conf
CommitLineData
bfece457 1#
c97ef382 2# If this option is set the /etc/init.d/frr script automatically loads
bfece457 3# the config via "vtysh -b" when the servers are started.
c97ef382 4# Check /etc/pam.d/frr if you intend to use "vtysh"!
bfece457
DS
5#
6vtysh_enable=yes
a510678c 7zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
bfece457
DS
8bgpd_options=" --daemon -A 127.0.0.1"
9ospfd_options=" --daemon -A 127.0.0.1"
10ospf6d_options=" --daemon -A ::1"
11ripd_options=" --daemon -A 127.0.0.1"
12ripngd_options=" --daemon -A ::1"
13isisd_options=" --daemon -A 127.0.0.1"
11364de5 14pimd_options=" --daemon -A 127.0.0.1"
4f4f7a93 15ldpd_options=" --daemon -A 127.0.0.1"
c838ce0e 16nhrpd_options=" --daemon -A 127.0.0.1"
e6ddb8e2 17eigrpd_options=" --daemon -A 127.0.0.1"
11364de5 18
bfece457 19# The list of daemons to watch is automatically generated by the init script.
9473e340 20watchfrr_enable=yes
c97ef382 21watchfrr_options=(-adz -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30)