blob: b4105ac96809027e9ef9cc90a5851899c6ced43a [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001\input texinfo @c -*- texinfo -*-
Timo Teräsb58c9082013-03-22 08:54:44 +00002@c Set variables - sourced from defines.texi
3@include defines.texi
4
paul718e3742002-12-13 20:15:29 +00005@c %**start of header
6@setchapternewpage odd
paul30d03832005-04-29 03:16:42 +00007@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
paul7190f4e2003-08-12 12:40:20 +00008@setfilename quagga.info
paul718e3742002-12-13 20:15:29 +00009@c %**end of header
10
paul76b89b42004-11-06 17:13:09 +000011@c automake will automatically generate version.texi
12@c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
13@include version.texi
paul718e3742002-12-13 20:15:29 +000014
paul6a22b1f2004-11-07 19:39:13 +000015@copying
pauld751f002005-10-11 04:01:09 +000016@value{COPYRIGHT_STR}
paul6a22b1f2004-11-07 19:39:13 +000017@quotation
pauld751f002005-10-11 04:01:09 +000018
paul718e3742002-12-13 20:15:29 +000019Permission is granted to make and distribute verbatim copies of this
20manual provided the copyright notice and this permission notice are
21preserved on all copies.
22
paul718e3742002-12-13 20:15:29 +000023Permission is granted to copy and distribute modified versions of this
24manual under the conditions for verbatim copying, provided that the
25entire resulting derived work is distributed under the terms of a
26permission notice identical to this one.
27
28Permission is granted to copy and distribute translations of this manual
29into another language, under the above conditions for modified versions,
30except that this permission notice may be stated in a translation
31approved by Kunihiro Ishiguro.
paul6a22b1f2004-11-07 19:39:13 +000032@end quotation
33@end copying
34
35@c Info entry
36@dircategory Routing Software:
37@direntry
pauld751f002005-10-11 04:01:09 +000038* @value{PACKAGE_NAME}: (quagga). The Quagga Software Routing Suite
paul6a22b1f2004-11-07 19:39:13 +000039@end direntry
40
41@c @smallbook
42
43@ifinfo
44This file documents the Quagga Software Routing Suite which manages common
45TCP/IP routing protocols.
46
47This is Edition @value{EDITION}, last updated @value{UPDATED} of
paul30d03832005-04-29 03:16:42 +000048@cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
paul6a22b1f2004-11-07 19:39:13 +000049Version @value{VERSION}.
50
paul6a22b1f2004-11-07 19:39:13 +000051@insertcopying
paul718e3742002-12-13 20:15:29 +000052@end ifinfo
53
54@titlepage
paul76b89b42004-11-06 17:13:09 +000055@title @uref{http://www.quagga.net,,Quagga}
paul718e3742002-12-13 20:15:29 +000056@subtitle A routing software package for TCP/IP networks
paul30d03832005-04-29 03:16:42 +000057@subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
paul718e3742002-12-13 20:15:29 +000058@subtitle @value{UPDATED-MONTH}
paul76b89b42004-11-06 17:13:09 +000059@author @value{AUTHORS}
paul718e3742002-12-13 20:15:29 +000060
61@page
62@vskip 0pt plus 1filll
paul718e3742002-12-13 20:15:29 +000063
paul6a22b1f2004-11-07 19:39:13 +000064@insertcopying
paul718e3742002-12-13 20:15:29 +000065@end titlepage
66@page
67
68@ifnottex
paul76b89b42004-11-06 17:13:09 +000069@node Top
paul7190f4e2003-08-12 12:40:20 +000070@top Quagga
paul718e3742002-12-13 20:15:29 +000071
paul76b89b42004-11-06 17:13:09 +000072@uref{http://www.quagga.net,,Quagga} is an advanced routing software package
73that provides a suite of TCP/IP based routing protocols. This is the Manual
paul30d03832005-04-29 03:16:42 +000074for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of
paul76b89b42004-11-06 17:13:09 +000075@uref{http://www.zebra.org,,GNU Zebra}.
pauld751f002005-10-11 04:01:09 +000076
77@insertcopying
paul718e3742002-12-13 20:15:29 +000078@end ifnottex
79
80@menu
paul6a22b1f2004-11-07 19:39:13 +000081* Overview::
82* Installation::
83* Basic commands::
84* Zebra::
85* RIP::
86* RIPng::
87* OSPFv2::
88* OSPFv3::
Juliusz Chroboczekf92a55f2012-02-07 16:33:17 +010089* Babel::
paul6a22b1f2004-11-07 19:39:13 +000090* BGP::
91* Configuring Quagga as a Route Server::
92* VTY shell::
93* Filtering::
94* Route Map::
95* IPv6 Support::
96* Kernel Interface::
97* SNMP Support::
98* Zebra Protocol::
99* Packet Binary Dump Format::
100* Command Index::
101* VTY Key Index::
Paul Jakmaf912cb42006-07-27 23:30:16 +0000102* Index::
paul718e3742002-12-13 20:15:29 +0000103@end menu
paulb5f310c2004-09-13 13:15:25 +0000104@contents
paul718e3742002-12-13 20:15:29 +0000105
106@include overview.texi
107@include install.texi
108@include basic.texi
109@include main.texi
110@include ripd.texi
111@include ripngd.texi
112@include ospfd.texi
113@include ospf6d.texi
Juliusz Chroboczekf92a55f2012-02-07 16:33:17 +0100114@include babeld.texi
paul718e3742002-12-13 20:15:29 +0000115@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000116@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000117@include vtysh.texi
118@include filter.texi
119@include routemap.texi
120@include ipv6.texi
121@include kernel.texi
122@include snmp.texi
123@include protocol.texi
124@include appendix.texi
125
paul76b89b42004-11-06 17:13:09 +0000126@node Command Index
paul718e3742002-12-13 20:15:29 +0000127@unnumbered Command Index
128
129@printindex fn
130
paul76b89b42004-11-06 17:13:09 +0000131@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000132@unnumbered VTY Key Index
133
134@printindex ky
135
Paul Jakmaf912cb42006-07-27 23:30:16 +0000136@node Index
137@unnumbered Index
138
139@printindex cp
paul718e3742002-12-13 20:15:29 +0000140@bye