2007-06-28 17:55:00 +02:00
|
|
|
config BR2_PACKAGE_QUAGGA
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "quagga"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
|
|
|
routing software suite, providing implementations of
|
|
|
|
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
|
|
|
|
|
|
|
|
http://www.quagga.net/
|
|
|
|
|
2009-10-03 21:32:08 +02:00
|
|
|
if BR2_PACKAGE_QUAGGA
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_ZEBRA
|
|
|
|
bool "zebra daemon"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Build zebra daemon.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
2009-10-03 21:32:08 +02:00
|
|
|
config BR2_PACKAGE_QUAGGA_BGPD
|
|
|
|
bool "bgpd support"
|
|
|
|
help
|
|
|
|
Enable bgpd support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_RIPD
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "ripd support"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable ripd support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_RIPNGD
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "ripngd support"
|
2009-10-03 21:36:25 +02:00
|
|
|
depends on BR2_INET_IPV6
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable ripngd support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_OSPFD
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "ospfd support"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable ospfd support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_OSPF6D
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "ospf6d support"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_INET_IPV6
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable ospf6d support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "watchquagga support"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable watchquagga support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_ISISD
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "isisd support"
|
2007-06-28 17:55:00 +02:00
|
|
|
help
|
2009-10-03 21:32:08 +02:00
|
|
|
Enable isisd support in quagga.
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
|
|
|
|
bool "BGP route announcement"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_NETLINK
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "use linux netlink interface"
|
2007-06-28 17:55:00 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_SNMP
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "SNMP support"
|
2009-10-03 21:47:18 +02:00
|
|
|
select BR2_PACKAGE_NETSNMP
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "TCP/IP socket connection between zebra and proto daemon"
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
|
2009-10-03 21:32:08 +02:00
|
|
|
bool "OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
|
2007-06-28 17:55:00 +02:00
|
|
|
|
|
|
|
endif
|