]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Doc: Fix syntax errors in SGML
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 13:25:05 +0000 (15:25 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 13:25:05 +0000 (15:25 +0200)
doc/bird.sgml

index da49f7636af652ae7d307885bb064b76b29302ba..a023473fe2e60e755699b0a624091316febe132c 100644 (file)
@@ -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/.