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/
14 config BR2_PACKAGE_QUAGGA_BGPD
15 depends BR2_PACKAGE_QUAGGA
16 prompt "...-bgpd - BGPv4, BGPv4+, BGPv4- routing engine"
18 default m if CONFIG_DEVEL
20 A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
23 config BR2_PACKAGE_QUAGGA_OSPFD
24 depends BR2_PACKAGE_QUAGGA
25 prompt "...-ospfd - OSPFv2 routing engine"
27 default m if CONFIG_DEVEL
29 An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
31 config BR2_PACKAGE_QUAGGA_OSPF6D
32 depends BR2_PACKAGE_QUAGGA
33 prompt "...-ospf6d - OSPFv3 routing engine"
35 default m if CONFIG_DEVEL
37 An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
39 config BR2_PACKAGE_QUAGGA_RIPD
40 depends BR2_PACKAGE_QUAGGA
41 prompt "...-ripd - RIP routing engine"
43 default m if CONFIG_DEVEL
45 A RIP (IPv4) routing engine for use with Quagga routing software.
47 config BR2_PACKAGE_QUAGGA_RIPNGD
48 depends BR2_PACKAGE_QUAGGA
49 prompt "...-ripngd - RIPNG routing engine"
51 default m if CONFIG_DEVEL
53 A RIPNG (IPv6) routing engine for use with Quagga routing software.
55 config BR2_PACKAGE_QUAGGA_VTYSH
56 depends BR2_PACKAGE_QUAGGA
57 select BR2_PACKAGE_LIBREADLINE
58 select BR2_PACKAGE_LIBNCURSES
59 prompt "...-vtysh - integrated shell for Quagga routing software"
61 default m if CONFIG_DEVEL
63 vtysh lets you interact with all the Quagga routing daemons
64 at once in an integrated shell.