Reorder packages
[openwrt.git] / openwrt / package / quagga / Config.in
1 config BR2_PACKAGE_QUAGGA
2 tristate "quagga - the Quagga Software Routing Suite"
3 default m if CONFIG_DEVEL
4 help
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+
8
9 http://www.quagga.net/
10
11
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
16 help
17 A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
18 software.
19
20 config BR2_PACKAGE_QUAGGA_OSPFD
21 tristate "ospfd - OSPFv2 routing engine"
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_QUAGGA
24 help
25 An OSPFv2 routing engine for use with Quagga routing software.
26
27 config BR2_PACKAGE_QUAGGA_OSPF6D
28 tristate "ospf6d - OSPFv3 routing engine"
29 default m if CONFIG_DEVEL
30 depends BR2_PACKAGE_QUAGGA
31 help
32 An OSPFv3 routing engine for use with Quagga routing software.
33
34 config BR2_PACKAGE_QUAGGA_RIPD
35 tristate "ripd - RIP routing engine"
36 default m if CONFIG_DEVEL
37 depends BR2_PACKAGE_QUAGGA
38 help
39 A RIP routing engine for use with Quagga routing software.
40
41 config BR2_PACKAGE_QUAGGA_RIPD
42 tristate "ripngd - RIPNG routing engine"
43 default m if CONFIG_DEVEL
44 depends BR2_PACKAGE_QUAGGA
45 help
46 A RIPNG routing engine for use with Quagga routing software.
47
48 config BR2_PACKAGE_QUAGGA_ZEBRA
49 tristate "zebra - Routing manager"
50 default m if CONFIG_DEVEL
51 depends BR2_PACKAGE_QUAGGA
52 help
53 A routing manager for use with associated Quagga components.
54
This page took 0.04728 seconds and 5 git commands to generate.