summaryrefslogtreecommitdiffstats
path: root/rules/zebra.in
blob: 1560e0a1581de0c979915d44ca61b6097770c998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menu    "GNU Zebra           "

config ZEBRA
        bool
        prompt "GNU Zebra"
	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.

endmenu