mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f7980d6aeb
-esr means extended support for now (as newer quagga versions have some issues). Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPv3, BGPv4 and experemental ISIS for Unix platforms, particularly FreeBSD and Linux and also NetBSD, to mention a few. Quagga is a fork of GNU Zebra which was developed by KunihiroIshiguro. The Quagga tree aims to build a more involved community around Quagga than the current centralised model of GNU Zebra. WWW: http://www.quagga.net/
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
==========================================================
|
|
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"
|
|
==========================================================
|