mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Adds some documentation to the description option.
This commit is contained in:
parent
e04555c045
commit
62aa96caa2
@ -162,6 +162,7 @@ protocol static {
|
|||||||
|
|
||||||
#protocol bgp {
|
#protocol bgp {
|
||||||
# disabled;
|
# disabled;
|
||||||
|
# description "My BGP uplink"
|
||||||
# local as 65000;
|
# local as 65000;
|
||||||
# neighbor 62.168.0.130 as 5588;
|
# neighbor 62.168.0.130 as 5588;
|
||||||
# multihop 20 via 62.168.0.13;
|
# multihop 20 via 62.168.0.13;
|
||||||
|
@ -307,6 +307,10 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/
|
|||||||
<tag>export <m/filter/</tag> This is similar to the <cf>import</cf> keyword, except that it
|
<tag>export <m/filter/</tag> This is similar to the <cf>import</cf> keyword, except that it
|
||||||
works in the direction from the routing table to the protocol. Default: <cf/none/.
|
works in the direction from the routing table to the protocol. Default: <cf/none/.
|
||||||
|
|
||||||
|
<tag>description "<m/text/"</tag> This is an optional
|
||||||
|
description of the protocol. It is displayed as a part of the
|
||||||
|
output of 'show route all' command.
|
||||||
|
|
||||||
<tag>table <m/name/</tag> Connect this protocol to a non-default routing table.
|
<tag>table <m/name/</tag> Connect this protocol to a non-default routing table.
|
||||||
</descrip>
|
</descrip>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user