summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/Makefile.in171
-rw-r--r--doc/ospfd.texi16
-rw-r--r--doc/zebra.info272
-rw-r--r--doc/zebra.texi6
5 files changed, 219 insertions, 250 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cfe6e0e2..8aa0c802 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-22 Christian Hammers <ch@westend.com>
+
+ * ospfd.texi (OSPF router, OSPF router): Add description.
+
2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* zebra-0.93 released.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 66e35ec3..b2babd80 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7 from Makefile.am.
+# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
@@ -13,127 +13,92 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
+SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
+transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+host_alias = @host_alias@
host_triplet = @host@
-ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
+
+EXEEXT = @EXEEXT@
+OBJEXT = @OBJEXT@
+PATH_SEPARATOR = @PATH_SEPARATOR@
AMTAR = @AMTAR@
AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BGPD = @BGPD@
CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
CURSES = @CURSES@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
DEPDIR = @DEPDIR@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
IF_METHOD = @IF_METHOD@
IF_PROC = @IF_PROC@
INCLUDES = @INCLUDES@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
IPFORWARD = @IPFORWARD@
KERNEL_METHOD = @KERNEL_METHOD@
-LDFLAGS = @LDFLAGS@
LIBPAM = @LIBPAM@
-LIBS = @LIBS@
LIB_IPV6 = @LIB_IPV6@
LIB_REGEX = @LIB_REGEX@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
MULTIPATH_NUM = @MULTIPATH_NUM@
-OBJEXT = @OBJEXT@
OSPF6D = @OSPF6D@
OSPFD = @OSPFD@
OTHER_METHOD = @OTHER_METHOD@
PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
RIPD = @RIPD@
RIPNGD = @RIPNGD@
RTREAD_METHOD = @RTREAD_METHOD@
RT_METHOD = @RT_METHOD@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
VTYSH = @VTYSH@
ZEBRA = @ZEBRA@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
am__quote = @am__quote@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-datadir = @datadir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-includedir = @includedir@
-infodir = @infodir@
install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-oldincludedir = @oldincludedir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
info_TEXINFOS = zebra.texi
@@ -150,11 +115,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
DIST_SOURCES =
-am__TEXINFO_TEX_DIR = $(srcdir)
INFO_DEPS = zebra.info
DVIS = zebra.dvi
-PDFS = zebra.pdf
-PSS = zebra.ps
TEXINFOS = zebra.texi
NROFF = nroff
@@ -164,33 +126,35 @@ DIST_COMMON = $(zebra_TEXINFOS) ChangeLog Makefile.am Makefile.in \
all: all-am
.SUFFIXES:
-.SUFFIXES: .dvi .info .pdf .ps .texi
+.SUFFIXES: .dvi .info .ps .texi
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign doc/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+zebra.info: zebra.texi $(zebra_TEXINFOS)
+zebra.dvi: zebra.texi $(zebra_TEXINFOS)
+
.texi.info:
- @rm -f $@ $@-[0-9] $@-[0-9][0-9]
- $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
- `test -f '$<' || echo '$(srcdir)/'`$< -o $@
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ `echo $< | sed 's,.*/,,'`
.texi.dvi:
- TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
+ TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" \
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
- $(TEXI2DVI) `test -f '$<' || echo '$(srcdir)/'`$<
+ $(TEXI2DVI) $<
-.texi.pdf:
- TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
- MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
- $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$<
-zebra.info: zebra.texi $(zebra_TEXINFOS)
-zebra.dvi: zebra.texi $(zebra_TEXINFOS)
-zebra.pdf: zebra.texi $(zebra_TEXINFOS)
-TEXI2DVI = texi2dvi
+.texi:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ `echo $< | sed 's,.*/,,'`
-TEXI2PDF = $(TEXI2DVI) --pdf --batch
+MAKEINFO = @MAKEINFO@
+TEXI2DVI = texi2dvi
DVIPS = dvips
.dvi.ps:
$(DVIPS) $< -o $@
@@ -198,7 +162,7 @@ DVIPS = dvips
uninstall-info-am:
$(PRE_UNINSTALL)
@if (install-info --version && \
- install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
+ install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
list='$(INFO_DEPS)'; \
for file in $$list; do \
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
@@ -217,7 +181,7 @@ uninstall-info-am:
dist-info: $(INFO_DEPS)
list='$(INFO_DEPS)'; \
for base in $$list; do \
- if test -f $$base; then d=.; else d=$(srcdir); fi; \
+ d=$(srcdir); \
for file in $$d/$$base*; do \
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
test -f $(distdir)/$$relfile || \
@@ -226,11 +190,12 @@ dist-info: $(INFO_DEPS)
done
mostlyclean-aminfo:
- -rm -f zebra.aux zebra.cp zebra.cps zebra.fn zebra.ky zebra.log zebra.op \
- zebra.pg zebra.tmp zebra.toc zebra.tp zebra.vr zebra.dvi \
- zebra.pdf zebra.ps
+ -rm -f zebra.aux zebra.cp zebra.cps zebra.dvi zebra.fn zebra.ky zebra.log \
+ zebra.op zebra.pg zebra.ps zebra.tmp zebra.toc zebra.tp \
+ zebra.vr
maintainer-clean-aminfo:
+ cd $(srcdir) && \
list='$(INFO_DEPS)'; for i in $$list; do \
rm -f $$i; \
if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
@@ -326,20 +291,13 @@ uninstall-man8:
tags: TAGS
TAGS:
-ctags: CTAGS
-CTAGS:
-
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- esac; \
+ @list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
@@ -360,7 +318,7 @@ distdir: $(DISTFILES)
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
+ top_distdir="${top_distdir}" distdir="$(distdir)" \
dist-info
check-am: all-am
check: check-am
@@ -420,7 +378,7 @@ install-info-am: $(INFO_DEPS)
$(mkinstalldirs) $(DESTDIR)$(infodir)
@list='$(INFO_DEPS)'; \
for file in $$list; do \
- if test -f $$file; then d=.; else d=$(srcdir); fi; \
+ d=$(srcdir); \
for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
if test -f $$ifile; then \
relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \
@@ -431,7 +389,7 @@ install-info-am: $(INFO_DEPS)
done
@$(POST_INSTALL)
@if (install-info --version && \
- install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
+ install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
list='$(INFO_DEPS)'; \
for file in $$list; do \
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
@@ -451,14 +409,6 @@ mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
-pdf: pdf-am
-
-pdf-am: $(PDFS)
-
-ps: ps-am
-
-ps-am: $(PSS)
-
uninstall-am: uninstall-info-am uninstall-man
uninstall-man: uninstall-man1 uninstall-man8
@@ -470,9 +420,8 @@ uninstall-man: uninstall-man1 uninstall-man8
install-man1 install-man8 install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
- mostlyclean-aminfo mostlyclean-generic pdf pdf-am ps ps-am \
- uninstall uninstall-am uninstall-info-am uninstall-man \
- uninstall-man1 uninstall-man8
+ mostlyclean-aminfo mostlyclean-generic uninstall uninstall-am \
+ uninstall-info-am uninstall-man uninstall-man1 uninstall-man8
draft-zebra-00.txt:
diff --git a/doc/ospfd.texi b/doc/ospfd.texi
index 5952c051..adbf45ef 100644
--- a/doc/ospfd.texi
+++ b/doc/ospfd.texi
@@ -52,10 +52,26 @@ number.
@deffn {OSPF Command} {ospf abr-type @var{type}} {}
@deffnx {OSPF Command} {no ospf abr-type @var{type}} {}
@var{type} can be cisco|ibm|shortcut|standard
+More information regarding the behaviour controlled by this command can
+be found in draft-ietf-ospf-abr-alt-05.txt.
+Quote: "Though the definition of the Area Border Router (ABR)
+in the OSPF specification does not require a router with multiple
+attached areas to have a backbone connection, it is actually
+necessary to provide successful routing to the inter-area and
+external destinations. If this requirement is not met, all traffic
+destined for the areas not connected to such an ABR or out of the
+OSPF domain, is dropped. This document describes alternative ABR
+behaviors implemented in Cisco and IBM routers."
@end deffn
@deffn {OSPF Command} {ospf rfc1583compatibility} {}
@deffnx {OSPF Command} {no ospf rfc1583compatibility} {}
+This rfc2328, the sucessor to rfc1583, suggests according to section
+G.2 (changes) in section 16.4 a change to the path preference
+algorithm that prevents possible routing loops that were possible in
+the old version of OSPFv2. More specificly it demands that inter-area
+paths and intra-area path are now of equal preference but still both
+preferred to external paths.
@end deffn
@deffn {OSPF Command} {passive interface @var{interface}} {}
diff --git a/doc/zebra.info b/doc/zebra.info
index ca805e12..eb17a2d0 100644
--- a/doc/zebra.info
+++ b/doc/zebra.info
@@ -8,8 +8,8 @@ END-INFO-DIR-ENTRY
This file documents the GNU Zebra software which manages common
TCP/IP routing protocols.
- This is Edition 0.1, last updated 12 September 2002 of `The GNU
-Zebra Manual', for Zebra Version 0.93b.
+ This is Edition 0.1, last updated 26 January 2003 of `The GNU Zebra
+Manual', for Zebra Version 0.94.
Copyright (C) 1999, 2000, 2001, 2002 Kunihiro Ishiguro
@@ -29,142 +29,142 @@ translation approved by Kunihiro Ishiguro.

Indirect:
-zebra.info-1: 1121
-zebra.info-2: 48818
-zebra.info-3: 95581
-zebra.info-4: 143934
+zebra.info-1: 1118
+zebra.info-2: 48813
+zebra.info-3: 96640
+zebra.info-4: 144993

Tag Table:
(Indirect)
-Node: Top1121
-Node: Overview1646
-Node: About Zebra3063
-Node: System Architecture5332
-Node: Supported Platforms8330
-Node: Supported RFC9317
-Node: How to get Zebra11119
-Node: Mailing List11824
-Node: Bug Reports12491
-Node: Installation13336
-Node: Configure the Software13767
-Ref: Configure the Software-Footnote-116134
-Node: Build the Software17776
-Node: Install the Software18318
-Node: Basic commands19689
-Node: Config Commands20402
-Node: Basic Config Commands21284
-Node: Sample Config File23682
-Node: Common Invocation Options24442
-Node: Virtual Terminal Interfaces25564
-Node: VTY Overview26069
-Node: VTY Modes27353
-Node: VTY View Mode27793
-Node: VTY Enable Mode28047
-Node: VTY Other Modes28311
-Node: VTY CLI Commands28473
-Node: CLI Movement Commands28923
-Node: CLI Editing Commands29456
-Node: CLI Advanced Commands30029
-Node: Zebra30780
-Node: Invoking zebra31287
-Node: Interface Commands31873
-Node: Static Route Commands32703
-Node: zebra Terminal Mode Commands34790
-Node: RIP35751
-Node: Starting and Stopping ripd36686
-Node: RIP netmask38107
-Node: RIP Configuration39229
-Node: How to Announce RIP route43124
-Node: Filtering RIP Routes45653
-Node: RIP Metric Manipulation47112
-Node: RIP distance48015
-Node: RIP route-map48818
-Node: RIP Authentication51320
-Node: RIP Timers52410
-Node: Show RIP Information53685
-Node: RIP Debug Commands55048
-Node: RIPng56032
-Node: Invoking ripngd56350
-Node: ripngd Configuration56607
-Node: ripngd Terminal Mode Commands57346
-Node: ripngd Filtering Commands57696
-Node: OSPFv258195
-Node: Configuring ospfd58752
-Node: OSPF router59229
-Node: OSPF area60960
-Node: OSPF interface63174
-Node: Redistribute routes to OSPF65956
-Node: Showing OSPF information68072
-Node: Debugging OSPF69292
-Node: OSPFv370303
-Node: OSPF6 router70621
-Node: OSPF6 area70978
-Node: OSPF6 interface71150
-Node: Redistribute routes to OSPF672002
-Node: Showing OSPF6 information72306
-Node: BGP73111
-Node: Starting BGP73972
-Node: BGP router74557
-Node: BGP distance75793
-Node: BGP decision process76234
-Node: BGP network76490
-Node: BGP route76671
-Node: Route Aggregation77232
-Node: Redistribute to BGP77784
-Node: BGP Peer78293
-Node: Defining Peer78471
-Node: BGP Peer commands79087
-Node: Peer filtering81458
-Node: BGP Peer Group81949
-Node: BGP Address Family82251
-Node: Autonomous System82396
-Node: AS Path Regular Expression83227
-Node: Display BGP Routes by AS Path84490
-Node: AS Path Access List84919
-Node: Using AS Path in Route Map85373
-Node: Private AS Numbers85639
-Node: BGP Communities Attribute85784
-Node: BGP Community Lists88245
-Node: Numbered BGP Community Lists90926
-Node: BGP Community in Route Map92500
-Node: Display BGP Routes by Community94427
-Node: Using BGP Communities Attribute95581
-Node: BGP Extended Communities Attribute99139
-Node: BGP Extended Community Lists100905
-Node: BGP Extended Communities in Route Map102806
-Node: Displaying BGP routes103249
-Node: Show IP BGP103475
-Node: More Show IP BGP104197
-Node: Capability Negotiation105317
-Node: Route Reflector108605
-Node: Route Server108870
-Node: Multiple instance109928
-Node: BGP instance and view111741
-Node: Routing policy113107
-Node: Viewing the view113863
-Node: How to set up a 6-Bone connection114135
-Node: Dump BGP packets and table115507
-Node: VTY shell116037
-Node: Filtering116877
-Node: IP Access List117225
-Node: IP Prefix List117616
-Node: ip prefix-list description120785
-Node: ip prefix-list sequential number control121318
-Node: Showing ip prefix-list121843
-Node: Clear counter of ip prefix-list122926
-Node: Route Map123347
-Node: Route Map Command123848
-Node: Route Map Match Command124051
-Node: Route Map Set Command124659
-Node: IPv6 Support125517
-Node: Router Advertisement126082
-Node: Kernel Interface126413
-Node: SNMP Support128363
-Node: How to get ucd-snmp128992
-Node: SMUX configuration130040
-Node: Zebra Protocol130473
-Node: Packet Binary Dump Format132367
-Node: Command Index143934
-Node: VTY Key Index173652
+Node: Top1118
+Node: Overview1642
+Node: About Zebra3059
+Node: System Architecture5328
+Node: Supported Platforms8326
+Node: Supported RFC9313
+Node: How to get Zebra11115
+Node: Mailing List11820
+Node: Bug Reports12487
+Node: Installation13332
+Node: Configure the Software13763
+Ref: Configure the Software-Footnote-116130
+Node: Build the Software17772
+Node: Install the Software18314
+Node: Basic commands19685
+Node: Config Commands20398
+Node: Basic Config Commands21280
+Node: Sample Config File23678
+Node: Common Invocation Options24438
+Node: Virtual Terminal Interfaces25560
+Node: VTY Overview26065
+Node: VTY Modes27348
+Node: VTY View Mode27788
+Node: VTY Enable Mode28042
+Node: VTY Other Modes28306
+Node: VTY CLI Commands28468
+Node: CLI Movement Commands28918
+Node: CLI Editing Commands29451
+Node: CLI Advanced Commands30024
+Node: Zebra30775
+Node: Invoking zebra31282
+Node: Interface Commands31868
+Node: Static Route Commands32698
+Node: zebra Terminal Mode Commands34785
+Node: RIP35746
+Node: Starting and Stopping ripd36681
+Node: RIP netmask38102
+Node: RIP Configuration39224
+Node: How to Announce RIP route43119
+Node: Filtering RIP Routes45648
+Node: RIP Metric Manipulation47107
+Node: RIP distance48010
+Node: RIP route-map48813
+Node: RIP Authentication51315
+Node: RIP Timers52405
+Node: Show RIP Information53680
+Node: RIP Debug Commands55043
+Node: RIPng56027
+Node: Invoking ripngd56345
+Node: ripngd Configuration56602
+Node: ripngd Terminal Mode Commands57341
+Node: ripngd Filtering Commands57691
+Node: OSPFv258190
+Node: Configuring ospfd58747
+Node: OSPF router59224
+Node: OSPF area62019
+Node: OSPF interface64233
+Node: Redistribute routes to OSPF67015
+Node: Showing OSPF information69131
+Node: Debugging OSPF70351
+Node: OSPFv371362
+Node: OSPF6 router71680
+Node: OSPF6 area72037
+Node: OSPF6 interface72209
+Node: Redistribute routes to OSPF673061
+Node: Showing OSPF6 information73365
+Node: BGP74170
+Node: Starting BGP75031
+Node: BGP router75616
+Node: BGP distance76852
+Node: BGP decision process77293
+Node: BGP network77549
+Node: BGP route77730
+Node: Route Aggregation78291
+Node: Redistribute to BGP78843
+Node: BGP Peer79352
+Node: Defining Peer79530
+Node: BGP Peer commands80146
+Node: Peer filtering82517
+Node: BGP Peer Group83008
+Node: BGP Address Family83310
+Node: Autonomous System83455
+Node: AS Path Regular Expression84286
+Node: Display BGP Routes by AS Path85549
+Node: AS Path Access List85978
+Node: Using AS Path in Route Map86432
+Node: Private AS Numbers86698
+Node: BGP Communities Attribute86843
+Node: BGP Community Lists89304
+Node: Numbered BGP Community Lists91985
+Node: BGP Community in Route Map93559
+Node: Display BGP Routes by Community95486
+Node: Using BGP Communities Attribute96640
+Node: BGP Extended Communities Attribute100198
+Node: BGP Extended Community Lists101964
+Node: BGP Extended Communities in Route Map103865
+Node: Displaying BGP routes104308
+Node: Show IP BGP104534
+Node: More Show IP BGP105256
+Node: Capability Negotiation106376
+Node: Route Reflector109664
+Node: Route Server109929
+Node: Multiple instance110987
+Node: BGP instance and view112800
+Node: Routing policy114166
+Node: Viewing the view114922
+Node: How to set up a 6-Bone connection115194
+Node: Dump BGP packets and table116566
+Node: VTY shell117096
+Node: Filtering117936
+Node: IP Access List118284
+Node: IP Prefix List118675
+Node: ip prefix-list description121844
+Node: ip prefix-list sequential number control122377
+Node: Showing ip prefix-list122902
+Node: Clear counter of ip prefix-list123985
+Node: Route Map124406
+Node: Route Map Command124907
+Node: Route Map Match Command125110
+Node: Route Map Set Command125718
+Node: IPv6 Support126576
+Node: Router Advertisement127141
+Node: Kernel Interface127472
+Node: SNMP Support129422
+Node: How to get ucd-snmp130051
+Node: SMUX configuration131099
+Node: Zebra Protocol131532
+Node: Packet Binary Dump Format133426
+Node: Command Index144993
+Node: VTY Key Index174711

End Tag Table
diff --git a/doc/zebra.texi b/doc/zebra.texi
index d09ff4d6..965e0590 100644
--- a/doc/zebra.texi
+++ b/doc/zebra.texi
@@ -9,9 +9,9 @@
@c Set variables
@set EDITION 0.1
-@set VERSION 0.93b
-@set UPDATED 12 September 2002
-@set UPDATED-MONTH September 2002
+@set VERSION 0.94
+@set UPDATED 26 January 2003
+@set UPDATED-MONTH January 2003
@c These may vary with installation environment.
@set INSTALL_PREFIX_ETC /usr/local/etc