Import Upstream version 1.2.2
[quagga-debian.git] / doc / quagga.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @c %**start of header
4 @setfilename quagga.info
5 @c Set variables - sourced from defines.texi
6 @include defines.texi
7 @settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
8 @iftex
9 @afourpaper
10 @end iftex
11 @c %**end of header
12
13 @c automake will automatically generate version.texi
14 @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
15 @include version.texi
16
17 @copying
18 @value{COPYRIGHT_STR}
19 @quotation
20
21 Permission is granted to make and distribute verbatim copies of this
22 manual provided the copyright notice and this permission notice are
23 preserved on all copies.
24
25 Permission is granted to copy and distribute modified versions of this
26 manual under the conditions for verbatim copying, provided that the
27 entire resulting derived work is distributed under the terms of a
28 permission notice identical to this one.
29
30 Permission is granted to copy and distribute translations of this manual
31 into another language, under the above conditions for modified versions,
32 except that this permission notice may be stated in a translation
33 approved by Kunihiro Ishiguro.
34 @end quotation
35 @end copying
36
37 @c Info entry
38 @dircategory Routing Software:
39 @direntry
40 * @value{PACKAGE_NAME}: (quagga).               The Quagga Software Routing Suite
41 @end direntry
42
43 @c @smallbook
44
45 @ifinfo
46 This file documents the Quagga Software Routing Suite which manages common
47 TCP/IP routing protocols.
48
49 This is Edition @value{EDITION}, last updated @value{UPDATED} of
50 @cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
51 Version @value{VERSION}.
52
53 @insertcopying
54 @end ifinfo
55
56 @titlepage
57 @title @uref{http://www.quagga.net,,Quagga}
58 @subtitle A routing software package for TCP/IP networks
59 @subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
60 @subtitle @value{UPDATED-MONTH}
61 @author @value{AUTHORS}
62
63 @page
64 @vskip 0pt plus 1filll
65
66 @insertcopying
67 @end titlepage
68 @page
69
70 @ifnottex
71 @node Top
72 @top Quagga
73                      
74 @uref{http://www.quagga.net,,Quagga} is an advanced routing software package
75 that provides a suite of TCP/IP based routing protocols.  This is the Manual
76 for Quagga @value{VERSION}. @uref{http://www.quagga.net,,Quagga} is a fork of 
77 @uref{http://www.zebra.org,,GNU Zebra}.
78
79 @insertcopying
80 @end ifnottex
81
82 @menu
83 * Overview::
84 * Installation::
85 * Basic commands::
86 * Zebra::
87 * RIP::
88 * RIPng::
89 * OSPFv2::
90 * OSPFv3::
91 * ISIS::
92 * NHRP::
93 * BGP::
94 * Configuring Quagga as a Route Server::
95 * VTY shell::
96 * Filtering::
97 * Route Map::
98 * IPv6 Support::
99 * Kernel Interface::
100 * SNMP Support::
101 * Zebra Protocol::
102 * Packet Binary Dump Format::
103 * Command Index::
104 * VTY Key Index::
105 * Index::
106 @end menu
107 @contents
108
109 @include overview.texi
110 @include install.texi
111 @include basic.texi
112 @include main.texi
113 @include ripd.texi
114 @include ripngd.texi
115 @include ospfd.texi
116 @include ospf6d.texi
117 @include isisd.texi
118 @include nhrpd.texi
119 @include bgpd.texi
120 @include routeserver.texi
121 @include vtysh.texi
122 @include filter.texi
123 @include routemap.texi
124 @include ipv6.texi
125 @include kernel.texi
126 @include snmp.texi
127 @include protocol.texi
128 @include appendix.texi
129
130 @node Command Index
131 @unnumbered Command Index
132
133 @printindex fn
134
135 @node VTY Key Index
136 @unnumbered VTY Key Index
137
138 @printindex ky
139
140 @node Index
141 @unnumbered Index
142
143 @printindex cp
144 @bye