]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Update bgp.rst
authorBenjamin Ryzman <benjamin@ryzman.fr>
Tue, 28 Nov 2023 16:48:36 +0000 (17:48 +0100)
committerBenjamin Ryzman <benjamin@ryzman.fr>
Wed, 29 Nov 2023 10:57:36 +0000 (11:57 +0100)
Fix typo in VRF Route Leaking general configuration example.

Signed-off-by: Benjamin Ryzman <benjamin@ryzman.fr>
doc/user/bgp.rst

index 2171c9e99a1d8f5c29d09d153f7e2a28e8cec887..465d759e134a99b44bbcdfbd48ec4338800a355f 100644 (file)
@@ -3060,11 +3060,11 @@ address-family:
       access-list acl2 permit 192.0.3.0/24
       route-map rmap permit 10
        match address acl1
-       set extcommunity ty 65001:10
+       set extcommunity rt 65001:10
       !
       route-map rmap permit 20
        match address acl1
-       set extcommunity ty 65001:20
+       set extcommunity rt 65001:20
       !
       router bgp 65001 vrf vrf1
        !