summaryrefslogtreecommitdiffstats
path: root/package/quagga/Config.in
blob: 6158cde7c38c455c033dcc1f8cc66e29247d59c8 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
config BR2_PACKAGE_QUAGGA
	bool
	default n

comment "quagga suite"

config BR2_PACKAGE_QUAGGA_ZEBRA
	bool "quagga zebra"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_BGPD
	bool "quagga bgpd"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_RIPD
	bool "quagga ripd"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_RIPNGD
	bool "quagga ripngd"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_OSPFD
	bool "quagga ospfd"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_OSPF6D
	bool "quagga ospf6d"
	default n
	select BR2_PACKAGE_QUAGGA
	depends on BR2_INET_IPV6
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
	bool "quagga watchquagga"
	default n
	select BR2_PACKAGE_QUAGGA
	help
	  routing software suite, providing implementations of
	  OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.

	  http://www.quagga.net/

config BR2_PACKAGE_QUAGGA_ISISD
	bool "isisd"
	default n
	select BR2_PACKAGE_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
comment "common options for quagga suite"
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
	bool "BGP route announcement"
	default n

config BR2_PACKAGE_QUAGGA_NETLINK
	bool "quagga: use linux netlink interface"
	default y

config BR2_PACKAGE_QUAGGA_SNMP
	bool "quagga: SNMP support"
	default n

config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
	bool "quagga: TCP/IP socket connection between zebra and proto daemon"
	default n

config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
	bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
	default n

config BR2_PACKAGE_QUAGGA_CONFIGURE
	string "quagga: extra configure options"
	default ""
endif