diff options
author | paul <paul> | 2004-11-06 18:13:09 +0100 |
---|---|---|
committer | paul <paul> | 2004-11-06 18:13:09 +0100 |
commit | 76b89b4a9cba0ce19033458f69f76f4130e9c628 (patch) | |
tree | 38546628efecddf769ff0e387a392c447abf8111 /doc/routemap.texi | |
parent | 2004-11-05 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-76b89b4a9cba0ce19033458f69f76f4130e9c628.tar.xz frr-76b89b4a9cba0ce19033458f69f76f4130e9c628.zip |
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/routemap.texi')
-rw-r--r-- | doc/routemap.texi | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/routemap.texi b/doc/routemap.texi index 478f4626e..11351a495 100644 --- a/doc/routemap.texi +++ b/doc/routemap.texi @@ -1,5 +1,4 @@ -@node Route Map, IPv6 Support, Filtering, Top -@comment node-name, next, previous, up +@node Route Map @chapter Route Map Route map is a very useful function in zebra. There is a match and set @@ -22,16 +21,14 @@ local-preference value is set to 200. * Route Map Set Command:: @end menu -@node Route Map Command, Route Map Match Command, Route Map, Route Map -@comment node-name, next, previous, up -@subsection Route Map Command +@node Route Map Command +@section Route Map Command @deffn {Command} {route-map @var{route-map-name} permit @var{priority}} {} @end deffn -@node Route Map Match Command, Route Map Set Command, Route Map Command, Route Map -@comment node-name, next, previous, up -@subsection Route Map Match Command +@node Route Map Match Command +@section Route Map Match Command @deffn {Route-map Command} {match ip address @var{access_list}} {} Matches the specified @var{access_list} @@ -53,9 +50,8 @@ Matches the specified @var{metric}. Matches the specified @var{community_list} @end deffn -@node Route Map Set Command, , Route Map Match Command, Route Map -@comment node-name, next, previous, up -@subsection Route Map Set Command +@node Route Map Set Command +@section Route Map Set Command @deffn {Route-map Command} {set ip next-hop @var{ipv4_address}} {} Set the BGP nexthop address. |