File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / doc / quagga.texi
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:11 2016 UTC (7 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

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

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