1 menu "quagga - the Quagga Software Routing Suite"
3 config BR2_PACKAGE_QUAGGA
4 prompt "quagga - the Quagga Software Routing Suite"
6 default m if CONFIG_DEVEL
8 A routing software package that provides TCP/IP based routing services
9 with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
10 OSPFv3, BGP-4, and BGP-4+
12 http://www.quagga.net/
15 config BR2_PACKAGE_QUAGGA_BGPD
16 depends BR2_PACKAGE_QUAGGA
17 prompt "...-bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
19 default m if CONFIG_DEVEL
21 A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
24 config BR2_PACKAGE_QUAGGA_OSPFD
25 depends BR2_PACKAGE_QUAGGA
26 prompt "...-ospfd - OSPFv2 routing engine"
28 default m if CONFIG_DEVEL
30 An OSPFv2 routing engine for use with Quagga routing software.
32 config BR2_PACKAGE_QUAGGA_OSPF6D
33 depends BR2_PACKAGE_QUAGGA
34 prompt "...-ospf6d - OSPFv3 routing engine"
36 default m if CONFIG_DEVEL
38 An OSPFv3 routing engine for use with Quagga routing software.
40 config BR2_PACKAGE_QUAGGA_RIPD
41 depends BR2_PACKAGE_QUAGGA
42 prompt "...-ripd - RIP routing engine"
44 default m if CONFIG_DEVEL
46 A RIP routing engine for use with Quagga routing software.
48 config BR2_PACKAGE_QUAGGA_RIPD
49 depends BR2_PACKAGE_QUAGGA
50 prompt "...-ripngd - RIPNG routing engine"
52 default m if CONFIG_DEVEL
54 A RIPNG routing engine for use with Quagga routing software.
56 config BR2_PACKAGE_QUAGGA_ZEBRA
57 depends BR2_PACKAGE_QUAGGA
58 prompt "...-zebra - Routing manager"
60 default m if CONFIG_DEVEL
62 A routing manager for use with associated Quagga components.