blob: 054e520e177e86e9dce9f293a42c175c10dea2d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==========================================================
To enable quagga, add the following lines to rc.conf:
defaultrouter="NO"
quagga_enable="YES"
Also, you may wish to set the following options:"
quagga_daemons="zebra bgpd etc..."
quagga_flags="...."
quagga_extralibs_path="... ..."
router_enable="NO"
watchquagga_enable="YES"
==========================================================
|