1 config BR2_PACKAGE_QUAGGA
2 tristate "quagga - the Quagga Software Routing Suite"
3 default m if CONFIG_DEVEL
5 A routing software package that provides TCP/IP based routing services
6 with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
7 OSPFv3, BGP-4, and BGP-4+
12 config BR2_PACKAGE_QUAGGA_BGPD
13 tristate "bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
14 default m if CONFIG_DEVEL
15 depends BR2_PACKAGE_QUAGGA
17 A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
20 config BR2_PACKAGE_QUAGGA_OSPFD
21 tristate "ospfd - OSPFv2 routing engine"
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_QUAGGA
25 An OSPFv2 routing engine for use with Quagga routing software.
27 config BR2_PACKAGE_QUAGGA_OSPF6D
28 tristate "ospf6d - OSPFv3 routing engine"
29 default m if CONFIG_DEVEL
30 depends BR2_PACKAGE_QUAGGA
32 An OSPFv3 routing engine for use with Quagga routing software.
34 config BR2_PACKAGE_QUAGGA_RIPD
35 tristate "ripd - RIP routing engine"
36 default m if CONFIG_DEVEL
37 depends BR2_PACKAGE_QUAGGA
39 A RIP routing engine for use with Quagga routing software.
41 config BR2_PACKAGE_QUAGGA_RIPD
42 tristate "ripngd - RIPNG routing engine"
43 default m if CONFIG_DEVEL
44 depends BR2_PACKAGE_QUAGGA
46 A RIPNG routing engine for use with Quagga routing software.
48 config BR2_PACKAGE_QUAGGA_ZEBRA
49 tristate "zebra - Routing manager"
50 default m if CONFIG_DEVEL
51 depends BR2_PACKAGE_QUAGGA
53 A routing manager for use with associated Quagga components.