updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / quagga / quagga.conf
blob42184b9b031c66bdb92ceb56160cad0b6793dcf4
1 #!/bin/bash
3 # Additional configuration options for the Quagga Software Routing Suite port
6 ### cpulimit settings for each and every of the daemons
7 # in cpulimit_$DAEMON directive,
8 # use "1" to activate the CPU limiter and "0" to disable it
10 # the default is 40% of total CPU badwidth (the range is 1-100, obviously)
12 # zebra daemon
13 cpulimit_zebra="1"
14 zebra_cpu="40"
16 # RIP daemons
17 cpulimit_ripd="1"
18 ripd_cpu="40"
20 cpulimit_ripngd="1"
21 ripngd_cpu="40"
23 # OSPF daemons
24 cpulimit_ospfd="1"
25 ospfd_cpu="40"
27 cpulimit_ospf6d="1"
28 ospf6d_cpu="40"
30 #BGP daemon
31 cpulimit_bgpd="1"
32 bgpd_cpu="40"
34 # EOF