bump version
[buildroot.git] / package / quagga / Config.in
blob6158cde7c38c455c033dcc1f8cc66e29247d59c8
1 config BR2_PACKAGE_QUAGGA
2         bool
3         default n
5 comment "quagga suite"
7 config BR2_PACKAGE_QUAGGA_ZEBRA
8         bool "quagga zebra"
9         default n
10         select BR2_PACKAGE_QUAGGA
11         help
12           routing software suite, providing implementations of
13           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
15           http://www.quagga.net/
17 config BR2_PACKAGE_QUAGGA_BGPD
18         bool "quagga bgpd"
19         default n
20         select BR2_PACKAGE_QUAGGA
21         help
22           routing software suite, providing implementations of
23           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
25           http://www.quagga.net/
27 config BR2_PACKAGE_QUAGGA_RIPD
28         bool "quagga ripd"
29         default n
30         select BR2_PACKAGE_QUAGGA
31         help
32           routing software suite, providing implementations of
33           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
35           http://www.quagga.net/
37 config BR2_PACKAGE_QUAGGA_RIPNGD
38         bool "quagga ripngd"
39         default n
40         select BR2_PACKAGE_QUAGGA
41         help
42           routing software suite, providing implementations of
43           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
45           http://www.quagga.net/
47 config BR2_PACKAGE_QUAGGA_OSPFD
48         bool "quagga ospfd"
49         default n
50         select BR2_PACKAGE_QUAGGA
51         help
52           routing software suite, providing implementations of
53           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
55           http://www.quagga.net/
57 config BR2_PACKAGE_QUAGGA_OSPF6D
58         bool "quagga ospf6d"
59         default n
60         select BR2_PACKAGE_QUAGGA
61         depends on BR2_INET_IPV6
62         help
63           routing software suite, providing implementations of
64           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
66           http://www.quagga.net/
68 config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
69         bool "quagga watchquagga"
70         default n
71         select BR2_PACKAGE_QUAGGA
72         help
73           routing software suite, providing implementations of
74           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
76           http://www.quagga.net/
78 config BR2_PACKAGE_QUAGGA_ISISD
79         bool "isisd"
80         default n
81         select BR2_PACKAGE_QUAGGA
82         help
83           routing software suite, providing implementations of
84           OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
86           http://www.quagga.net/
88 if BR2_PACKAGE_QUAGGA
89 comment "common options for quagga suite"
90 config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
91         bool "BGP route announcement"
92         default n
94 config BR2_PACKAGE_QUAGGA_NETLINK
95         bool "quagga: use linux netlink interface"
96         default y
98 config BR2_PACKAGE_QUAGGA_SNMP
99         bool "quagga: SNMP support"
100         default n
102 config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
103         bool "quagga: TCP/IP socket connection between zebra and proto daemon"
104         default n
106 config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
107         bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
108         default n
110 config BR2_PACKAGE_QUAGGA_CONFIGURE
111         string "quagga: extra configure options"
112         default ""
113 endif