]> git.proxmox.com Git - mirror_frr.git/blame - doc/quagga.texi
2004-09-11 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / doc / quagga.texi
CommitLineData
718e3744 1\input texinfo @c -*- texinfo -*-
2@c %**start of header
3@setchapternewpage odd
7190f4ea 4@settitle Quagga
5@setfilename quagga.info
718e3744 6@defcodeindex op
7@synindex pg cp
8@c %**end of header
9
10@c Set variables
11@set EDITION 0.1
7190f4ea 12@set VERSION 0.96
13@set UPDATED 12 August 2003
14@set UPDATED-MONTH August 2003
718e3744 15
16@c These may vary with installation environment.
17@set INSTALL_PREFIX_ETC /usr/local/etc
18@set INSTALL_PREFIX_SBIN /usr/local/sbin
19
20@c Info entry
21@dircategory Routing Software:
22@direntry
7190f4ea 23* Quagga: (quagga). The Quagga routing software
718e3744 24@end direntry
25
26@c @smallbook
27
28@ifinfo
7190f4ea 29This file documents the @sc{gnu} Quagga software which manages common
718e3744 30TCP/IP routing protocols.
31
32This is Edition @value{EDITION}, last updated @value{UPDATED} of
7190f4ea 33@cite{The Quagga Manual}, for Quagga Version @value{VERSION}.
718e3744 34
b5f310cb 35Copyright (C) 1999-2004 Kunihiro Ishiguro, et al.
718e3744 36
37Permission is granted to make and distribute verbatim copies of this
38manual provided the copyright notice and this permission notice are
39preserved on all copies.
40
41@ignore
42Permission is granted to process this file through TeX and print the
43results, provided the printed document carries a copyright permission
44notice identical to this one except for the removal of this paragraph
45(this paragraph not being relevant to the printed manual).
46
47@end ignore
48Permission is granted to copy and distribute modified versions of this
49manual under the conditions for verbatim copying, provided that the
50entire resulting derived work is distributed under the terms of a
51permission notice identical to this one.
52
53Permission is granted to copy and distribute translations of this manual
54into another language, under the above conditions for modified versions,
55except that this permission notice may be stated in a translation
56approved by Kunihiro Ishiguro.
57@end ifinfo
58
59@titlepage
7190f4ea 60@title Quagga
718e3744 61@subtitle A routing software package for TCP/IP networks
7190f4ea 62@subtitle Quagga version @value{VERSION}
718e3744 63@subtitle @value{UPDATED-MONTH}
7190f4ea 64@author Kunihiro Ishiguro, et al
718e3744 65
66@page
67@vskip 0pt plus 1filll
b5f310cb 68Copyright @copyright{} 1999-2004 Kunihiro Ishiguro, et al.
718e3744 69
70Permission is granted to make and distribute verbatim copies of
71this manual provided the copyright notice and this permission notice
72are preserved on all copies.
73
74Permission is granted to copy and distribute modified versions of this
75manual under the conditions for verbatim copying, provided that the entire
76resulting derived work is distributed under the terms of a permission
77notice identical to this one.
78
79Permission is granted to copy and distribute translations of this manual
80into another language, under the above conditions for modified versions,
81except that this permission notice may be stated in a translation approved
82by Kunihiro Ishiguro.
83@end titlepage
84@page
85
86@ifnottex
87@node Top, Overview, (dir), (dir)
88@comment node-name, next, previous, up
7190f4ea 89@top Quagga
718e3744 90
7190f4ea 91Quagga is a advanced routing software package that provides TCP/IP
92based routing protocols. This is the Quagga Manual for
93quagga-@value{VERSION}. Quagga is a fork of GNU Zebra.
718e3744 94@end ifnottex
95
96@menu
97* Overview::
98* Installation::
99* Basic commands::
100* Zebra::
101* RIP::
102* RIPng::
103* OSPFv2::
104* OSPFv3::
105* BGP::
106* VTY shell::
107* Filtering::
108* Route Map::
109* IPv6 Support::
110* Kernel Interface::
111* SNMP Support::
112* Zebra Protocol::
113* Packet Binary Dump Format::
114* Command Index::
115* VTY Key Index::
116@end menu
b5f310cb 117@summarycontents
118@contents
718e3744 119
120@include overview.texi
121@include install.texi
122@include basic.texi
123@include main.texi
124@include ripd.texi
125@include ripngd.texi
126@include ospfd.texi
127@include ospf6d.texi
128@include bgpd.texi
129@include vtysh.texi
130@include filter.texi
131@include routemap.texi
132@include ipv6.texi
133@include kernel.texi
134@include snmp.texi
135@include protocol.texi
136@include appendix.texi
137
138@node Command Index, VTY Key Index, Top, Top
139@comment node-name, next, previous, up
140@unnumbered Command Index
141
142@printindex fn
143
144@node VTY Key Index, , Command Index, Top
145@comment node-name, next, previous, up
146@unnumbered VTY Key Index
147
148@printindex ky
149
718e3744 150@bye