source: freewrt/package/quagga/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.9 KB
Line 
1#menu "quagga............................ The Quagga Software Routing Suite"
2
3config FWRT_PACKAGE_QUAGGA
4 prompt "quagga............................ The Quagga Software Routing Suite"
5 tristate
6 default n
7 help
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+
11
12 http://www.quagga.net/
13
14config FWRT_PACKAGE_QUAGGA_BGPD
15 prompt " quagga-bgpd................... BGPv4, BGPv4+, BGPv4- routing engine"
16 tristate
17 default n
18 depends FWRT_PACKAGE_QUAGGA
19 help
20 A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
21 software.
22
23config FWRT_PACKAGE_QUAGGA_OSPFD
24 prompt " quagga-ospfd.................. OSPFv2 routing engine"
25 tristate
26 default n
27 depends FWRT_PACKAGE_QUAGGA
28 help
29 An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
30
31config FWRT_PACKAGE_QUAGGA_OSPF6D
32 prompt " quagga-ospf6d................. OSPFv3 routing engine"
33 tristate
34 default n
35 depends FWRT_PACKAGE_QUAGGA
36 help
37 An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
38
39config FWRT_PACKAGE_QUAGGA_RIPD
40 prompt " quagga-ripd................... RIP routing engine"
41 tristate
42 default n
43 depends FWRT_PACKAGE_QUAGGA
44 help
45 A RIP (IPv4) routing engine for use with Quagga routing software.
46
47config FWRT_PACKAGE_QUAGGA_RIPNGD
48 prompt " quagga-ripngd................. RIPNG routing engine"
49 tristate
50 default n
51 depends FWRT_PACKAGE_QUAGGA
52 help
53 A RIPNG (IPv6) routing engine for use with Quagga routing software.
54
55config FWRT_PACKAGE_QUAGGA_VTYSH
56 prompt " quagga-vtysh.................. integrated shell for Quagga routing software"
57 tristate
58 default n
59 depends FWRT_PACKAGE_QUAGGA
60 select FWRT_PACKAGE_LIBREADLINE
61 select FWRT_PACKAGE_LIBNCURSES
62 help
63 vtysh lets you interact with all the Quagga routing daemons
64 at once in an integrated shell.
65
66#endmenu
Note: See TracBrowser for help on using the repository browser.