blob: 4a4b17538a34bf43c63e80e5c5d0d7bd1e834490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
config BR2_PACKAGE_QUAGGA
bool "quagga"
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
if BR2_PACKAGE_QUAGGA
config BR2_PACKAGE_QUAGGA_ZEBRA
bool "zebra daemon"
help
Build zebra daemon.
config BR2_PACKAGE_QUAGGA_BGPD
bool "bgpd support"
help
Enable bgpd support in quagga.
config BR2_PACKAGE_QUAGGA_RIPD
bool "ripd support"
help
Enable ripd support in quagga.
config BR2_PACKAGE_QUAGGA_RIPNGD
bool "ripngd support"
help
Enable ripngd support in quagga.
config BR2_PACKAGE_QUAGGA_OSPFD
bool "ospfd support"
help
Enable ospfd support in quagga.
config BR2_PACKAGE_QUAGGA_OSPF6D
bool "ospf6d support"
depends on BR2_INET_IPV6
help
Enable ospf6d support in quagga.
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
bool "watchquagga support"
help
Enable watchquagga support in quagga.
config BR2_PACKAGE_QUAGGA_ISISD
bool "isisd support"
help
Enable isisd support in quagga.
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
bool "BGP route announcement"
config BR2_PACKAGE_QUAGGA_NETLINK
bool "use linux netlink interface"
default y
config BR2_PACKAGE_QUAGGA_SNMP
bool "SNMP support"
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
bool "TCP/IP socket connection between zebra and proto daemon"
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
bool "OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
endif
|