Annotation of embedaddon/quagga/doc/quagga.texi, revision 1.1.1.1

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::
                     89: * BGP::
                     90: * Configuring Quagga as a Route Server::
                     91: * VTY shell::
                     92: * Filtering::
                     93: * Route Map::
                     94: * IPv6 Support::
                     95: * Kernel Interface::
                     96: * SNMP Support::
                     97: * Zebra Protocol::
                     98: * Packet Binary Dump Format::
                     99: * Command Index::
                    100: * VTY Key Index::
                    101: * 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: @node Index
                    135: @unnumbered Index
                    136: 
                    137: @printindex cp
                    138: @bye

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>