Annotation of embedaddon/quagga/doc/quagga.texi, revision 1.1.1.2
1.1 misho 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: @c %**end of header
7:
8: @c Set variables - sourced from defines.texi
9: @include defines.texi
10:
11: @c automake will automatically generate version.texi
12: @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
13: @include version.texi
14:
15: @copying
16: @value{COPYRIGHT_STR}
17: @quotation
18:
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: * @value{PACKAGE_NAME}: (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: @insertcopying
52: @end ifinfo
53:
54: @titlepage
55: @title @uref{http://www.quagga.net,,Quagga}
56: @subtitle A routing software package for TCP/IP networks
57: @subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
58: @subtitle @value{UPDATED-MONTH}
59: @author @value{AUTHORS}
60:
61: @page
62: @vskip 0pt plus 1filll
63:
64: @insertcopying
65: @end titlepage
66: @page
67:
68: @ifnottex
69: @node Top
70: @top Quagga
71:
72: @uref{http://www.quagga.net,,Quagga} is an advanced routing software package
73: that provides a suite of TCP/IP based routing protocols. This is the Manual
74: for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of
75: @uref{http://www.zebra.org,,GNU Zebra}.
76:
77: @insertcopying
78: @end ifnottex
79:
80: @menu
81: * Overview::
82: * Installation::
83: * Basic commands::
84: * Zebra::
85: * RIP::
86: * RIPng::
87: * OSPFv2::
88: * OSPFv3::
1.1.1.2 ! misho 89: * Babel::
1.1 misho 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: * Index::
103: @end menu
104: @contents
105:
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
1.1.1.2 ! misho 114: @include babeld.texi
1.1 misho 115: @include bgpd.texi
116: @include routeserver.texi
117: @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:
126: @node Command Index
127: @unnumbered Command Index
128:
129: @printindex fn
130:
131: @node VTY Key Index
132: @unnumbered VTY Key Index
133:
134: @printindex ky
135:
136: @node Index
137: @unnumbered Index
138:
139: @printindex cp
140: @bye
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>