summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:42:59 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:42:59 +0100
commitb762cae03afee145dfb6b4edca56ef2060d58f52 (patch)
tree38b03f0c500544bf6ef6dbd46618caa0c5f8eb5c
parentb3d9a088ebfa43d8c0805f07715d93e8345c906e (diff)
parent0bfa216f496279905b843abcfb1242477b86783c (diff)
Merge commit '0bfa216f' into wireguard-next-tmp7-1
-rw-r--r--doc/bird.sgml16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index da49f763..a023473f 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -3557,8 +3557,8 @@ some of them (marked with `<tt/O/') are optional.
<tag><label id="bgp-otc">int bgp_otc [O]</tag>
This attribute is defined in <rfc id="9234">. OTC is a flag that marks
- routes that should be sent only to customers. If <ref id="bgp-role"
- name="local Role"> is configured it set automatically.
+ routes that should be sent only to customers. If <ref id="bgp-local-role"
+ name="local role"> is configured it set automatically.
</descrip>
<p>For attributes unknown by BIRD, the user can assign a name (on top level)
@@ -3966,11 +3966,13 @@ could have up to 5 channels: <cf/ipv4/, <cf/ipv6/, <cf/vpn4/, <cf/vpn6/, and
<cf/mpls/.
<p><descrip>
- <tag><label id="l3vpn-route-distinguisher">route distinguisher <m/vpn-rd/</tag>
- <tag><label id="l3vpn-rd">rd <m/vpn-rd/</tag>
+ <tag><label id="l3vpn-route-distinguisher">route distinguisher <m/vpnrd/</tag>
The route distinguisher that is attached to routes in the export
direction. Mandatory.
+ <tag><label id="l3vpn-rd">rd <m/vpnrd/</tag>
+ A shorthand for the option <cf/route distinguisher/.
+
<tag><label id="l3vpn-import-target">import target <m/ec/|<m/ec-set/</tag>
Route target extended communities specifying which routes should be
imported. Either one community or a set. A route is imported if there is
@@ -5806,7 +5808,7 @@ each labeled route.
<ref id="type-prefix" name="dependent on network type">.
<descrip>
- <tag>route <m/prefix/ [mpls <m/number>] via <m/ip/|<m/"interface"/ [<m/per-nexthop options/] [via ...]</tag>
+ <tag>route <m/prefix/ [mpls <m/number/] via <m/ip/|<m/"interface"/ [<m/per-nexthop options/] [via ...]</tag>
Regular routes may bear one or more <ref id="route-next-hop" name="next
hops">. Every next hop is preceded by <cf/via/ and configured as shown.
@@ -5814,12 +5816,12 @@ each labeled route.
after <m/prefix/ specifies a static label for the labeled route, instead
of using dynamically allocated label.
- <tag>route <m/prefix/ [mpls <m/number>] recursive <m/ip/ [mpls <m/num/[/<m/num/[/<m/num/[...]]]]</tag>
+ <tag>route <m/prefix/ [mpls <m/number/] recursive <m/ip/ [mpls <m/num/[/<m/num/[/<m/num/[...]]]]</tag>
Recursive nexthop resolves the given IP in the configured IGP table and
uses that route's next hop. The MPLS stacks are concatenated; on top is
the IGP's nexthop stack and on bottom is this route's stack.
- <tag>route <m/prefix/ [mpls <m/number>] blackhole|unreachable|prohibit</tag>
+ <tag>route <m/prefix/ [mpls <m/number/] blackhole|unreachable|prohibit</tag>
Special routes specifying to silently drop the packet, return it as
unreachable or return it as administratively prohibited. First two
targets are also known as <cf/drop/ and <cf/reject/.