diff options
author | paul <paul> | 2004-11-06 17:13:09 +0000 |
---|---|---|
committer | paul <paul> | 2004-11-06 17:13:09 +0000 |
commit | 76b89b4a9cba0ce19033458f69f76f4130e9c628 (patch) | |
tree | 38546628efecddf769ff0e387a392c447abf8111 /doc/ipv6.texi | |
parent | 1f8f61a7d51c59f392f897d6654cac28ae08ea70 (diff) |
2004-11-06 Paul Jakma <paul@dishone.st>
* defines.texi.in: New file, texi variables should be set here,
autoconf substitution is available. Define common AUTHORS,
COPYRIGHT_YEAR and COPYRIGHT_STR vars.
* (global): Make use of makeinfo node pointer auto-creation
to avoid having to fully specify links for nodes, so we only have
to specify current node name - simplifies text slightly.
Remove extraneous newlines which appear to cause extra blank pages
to be added in output.
Update copyright strings which appear in various places to
use the new COPYRIGHT_STR texinfo variable.
Change url to uref, the former need not output an actual
hyperlink depending on version of texinfo, the latter should if
supported by the format (eg PDF).
* texinfo.tex: Update to a more recent version. previous file
was many many years old. This file should possibly be removed
altogether, and allowed to be installed by automake.
* quagga.texi: Make use of automake's version.texi feature to
have VERSION and some other vars auto-defined. include
defines.texi. Change copyright strings to use the COPYRIGHT_STR
variable.
* install.texi: Make the privs section an actual section. Ditto for
the Linux notes.
* overview.texi: Supply URL for Quagga, where format allows. Tidy up
one or two paragraphs slightly.
Update the section on supported platforms.
Remove the ZNOG list stuff, direct reader to the website for
further information on email lists.
* vtysh.texi: Update the integrated config file section. Make the
commands sections so correct PDF indexes are built.
Diffstat (limited to 'doc/ipv6.texi')
-rw-r--r-- | doc/ipv6.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ipv6.texi b/doc/ipv6.texi index fb76a024..c740234e 100644 --- a/doc/ipv6.texi +++ b/doc/ipv6.texi @@ -1,5 +1,4 @@ -@node IPv6 Support, Kernel Interface, Route Map, Top -@comment node-name, next, previous, up +@node IPv6 Support @chapter IPv6 Support Quagga fully supports IPv6 routing. As described so far, Quagga supports @@ -13,8 +12,7 @@ messages to the all nodes that exist on the network. * Router Advertisement:: @end menu -@node Router Advertisement, , IPv6 Support, IPv6 Support -@comment node-name, next, previous, up +@node Router Advertisement @section Router Advertisement @deffn {Interface Command} {no ipv6 nd suppress-ra} {} |