~ubuntu-branches/ubuntu/breezy/quagga/breezy-security

« back to all changes in this revision

Viewing changes to doc/quagga.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-05-20 13:16:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050520131612-pr6paalox60o3x3n
Tags: upstream-0.99.1
ImportĀ upstreamĀ versionĀ 0.99.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\input texinfo @c -*- texinfo -*-
 
2
@c %**start of header
 
3
@setchapternewpage odd
 
4
@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
 
5
@setfilename quagga.info
 
6
@defcodeindex op
 
7
@synindex pg cp
 
8
@c %**end of header
 
9
 
 
10
@c Set variables - sourced from defines.texi
 
11
@include defines.texi
 
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
@quotation
 
19
Permission is granted to make and distribute verbatim copies of this
 
20
manual provided the copyright notice and this permission notice are
 
21
preserved on all copies.
 
22
 
 
23
Permission is granted to copy and distribute modified versions of this
 
24
manual under the conditions for verbatim copying, provided that the
 
25
entire resulting derived work is distributed under the terms of a
 
26
permission notice identical to this one.
 
27
 
 
28
Permission is granted to copy and distribute translations of this manual
 
29
into another language, under the above conditions for modified versions,
 
30
except that this permission notice may be stated in a translation
 
31
approved by Kunihiro Ishiguro.
 
32
@end quotation
 
33
@end copying
 
34
 
 
35
@c Info entry
 
36
@dircategory Routing Software:
 
37
@direntry
 
38
* Quagga: (quagga).             The Quagga Software Routing Suite
 
39
@end direntry
 
40
 
 
41
@c @smallbook
 
42
 
 
43
@ifinfo
 
44
This file documents the Quagga Software Routing Suite which manages common
 
45
TCP/IP routing protocols.
 
46
 
 
47
This is Edition @value{EDITION}, last updated @value{UPDATED} of
 
48
@cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
 
49
Version @value{VERSION}.
 
50
 
 
51
@value{COPYRIGHT_STR}
 
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
@value{COPYRIGHT_STR}
 
66
 
 
67
@insertcopying
 
68
@end titlepage
 
69
@page
 
70
 
 
71
@ifnottex
 
72
@node Top
 
73
@top Quagga
 
74
                     
 
75
@uref{http://www.quagga.net,,Quagga} is an advanced routing software package
 
76
that provides a suite of TCP/IP based routing protocols.  This is the Manual
 
77
for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of 
 
78
@uref{http://www.zebra.org,,GNU Zebra}.
 
79
@end ifnottex
 
80
 
 
81
@menu
 
82
* Overview::
 
83
* Installation::
 
84
* Basic commands::
 
85
* Zebra::
 
86
* RIP::
 
87
* RIPng::
 
88
* OSPFv2::
 
89
* OSPFv3::
 
90
* 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::
 
102
@end menu
 
103
@contents
 
104
 
 
105
@include overview.texi
 
106
@include install.texi
 
107
@include basic.texi
 
108
@include main.texi
 
109
@include ripd.texi
 
110
@include ripngd.texi
 
111
@include ospfd.texi
 
112
@include ospf6d.texi
 
113
@include bgpd.texi
 
114
@include routeserver.texi
 
115
@include vtysh.texi
 
116
@include filter.texi
 
117
@include routemap.texi
 
118
@include ipv6.texi
 
119
@include kernel.texi
 
120
@include snmp.texi
 
121
@include protocol.texi
 
122
@include appendix.texi
 
123
 
 
124
@node Command Index
 
125
@unnumbered Command Index
 
126
 
 
127
@printindex fn
 
128
 
 
129
@node VTY Key Index
 
130
@unnumbered VTY Key Index
 
131
 
 
132
@printindex ky
 
133
 
 
134
@bye