14 lines
394 B
Text
14 lines
394 B
Text
|
==========================================================
|
||
|
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"
|
||
|
==========================================================
|