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.
diff --git a/doc/filter.texi b/doc/filter.texi
index 3a2af1c..5a9a15e 100644
--- a/doc/filter.texi
+++ b/doc/filter.texi
@@ -11,9 +11,9 @@
* IP Prefix List::
@end menu
-@node IP Access List, IP Prefix List, Filtering, Filtering
+@node IP Access List
@comment node-name, next, previous, up
-@subsection IP Access List
+@section IP Access List
@deffn {Command} {access-list @var{name} permit @var{ipv4-network}} {}
@deffnx {Command} {access-list @var{name} deny @var{ipv4-network}} {}
@@ -27,9 +27,9 @@
access-list filter permit 10.0.0.0/8
@end example
-@node IP Prefix List, , IP Access List, Filtering
+@node IP Prefix List
@comment node-name, next, previous, up
-@subsection IP Prefix List
+@section IP Prefix List
@command{ip prefix-list} provides the most powerful prefix based
filtering mechanism. In addition to @command{access-list} functionality,
@@ -88,14 +88,8 @@
Matching of IP Prefix is performed from the smaller sequential number to the
larger. The matching will stop once any rule has been applied.
-In the case of no le or ge command,
-
-Version 0.85: the matching rule will apply to all prefix lengths that
-matched the prefix list.
-
-Version 0.86 or later: In the case of no le or ge command, the prefix
-length must match exactly the length specified in the prefix list.
-
+In the case of no le or ge command, the prefix length must match exactly the
+length specified in the prefix list.
@deffn {Command} {no ip prefix-list @var{name}} {}
@end deffn
@@ -107,9 +101,8 @@
* Clear counter of ip prefix-list::
@end menu
-@node ip prefix-list description, ip prefix-list sequential number control, IP Prefix List, IP Prefix List
-@comment node-name, next, previous, up
-@subsubsection ip prefix-list description
+@node ip prefix-list description
+@subsection ip prefix-list description
@deffn {Command} {ip prefix-list @var{name} description @var{desc}} {}
Descriptions may be added to prefix lists. This command adds a
@@ -121,9 +114,8 @@
command without the full description.
@end deffn
-@node ip prefix-list sequential number control, Showing ip prefix-list, ip prefix-list description, IP Prefix List
-@comment node-name, next, previous, up
-@subsubsection ip prefix-list sequential number control
+@node ip prefix-list sequential number control
+@subsection ip prefix-list sequential number control
@deffn {Command} {ip prefix-list sequence-number} {}
With this command, the IP prefix list sequential number is displayed.
@@ -135,9 +127,8 @@
displayed.
@end deffn
-@node Showing ip prefix-list, Clear counter of ip prefix-list, ip prefix-list sequential number control, IP Prefix List
-@comment node-name, next, previous, up
-@subsubsection Showing ip prefix-list
+@node Showing ip prefix-list
+@subsection Showing ip prefix-list
@deffn {Command} {show ip prefix-list} {}
Display all IP prefix lists.
@@ -175,9 +166,8 @@
@deffn {Command} {show ip prefix-list detail @var{name}} {}
@end deffn
-@node Clear counter of ip prefix-list, , Showing ip prefix-list, IP Prefix List
-@comment node-name, next, previous, up
-@subsubsection Clear counter of ip prefix-list
+@node Clear counter of ip prefix-list
+@subsection Clear counter of ip prefix-list
@deffn {Command} {clear ip prefix-list} {}
Clears the counters of all IP prefix lists. Clear IP Prefix List can be