summaryrefslogtreecommitdiffstats
path: root/rules/zebra.in
blob: effe7238387c6b716e40ed2be7a6144ab1cde628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config ZEBRA
	tristate
	prompt "GNU Zebra [BROKEN]"
	depends on BROKEN
	help
	  GNU Zebra is free software that manages TCP/IP based routing protocols.
	  It is released as part of the GNU Project, and it is distributed under
	  the GNU General Public License. It supports BGP-4 protocol as described
	  in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and
	  OSPFv2.

	  Unlike traditional, monolithic architectures and even the so-called
	  "new modular architectures" that remove the burden of processing
	  routing functions from the cpu and utilize special ASIC chips instead,
	  Zebra software offers true modularity.

	  Zebra is unique in its design in that it has a process for each protocol.