mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +00:00
doc: Update bgp.rst
Fix typo in VRF Route Leaking general configuration example. Signed-off-by: Benjamin Ryzman <benjamin@ryzman.fr>
This commit is contained in:
parent
a526795144
commit
5abd0c4ae0
@ -3060,11 +3060,11 @@ address-family:
|
|||||||
access-list acl2 permit 192.0.3.0/24
|
access-list acl2 permit 192.0.3.0/24
|
||||||
route-map rmap permit 10
|
route-map rmap permit 10
|
||||||
match address acl1
|
match address acl1
|
||||||
set extcommunity ty 65001:10
|
set extcommunity rt 65001:10
|
||||||
!
|
!
|
||||||
route-map rmap permit 20
|
route-map rmap permit 20
|
||||||
match address acl1
|
match address acl1
|
||||||
set extcommunity ty 65001:20
|
set extcommunity rt 65001:20
|
||||||
!
|
!
|
||||||
router bgp 65001 vrf vrf1
|
router bgp 65001 vrf vrf1
|
||||||
!
|
!
|
||||||
|
Loading…
Reference in New Issue
Block a user