mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00

Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
router bgp 102
|
|
bgp router-id 10.254.254.2
|
|
no bgp ebgp-requires-policy
|
|
neighbor r2g peer-group
|
|
neighbor r2g remote-as external
|
|
neighbor r2g bfd
|
|
neighbor r2-eth0 interface peer-group r2g
|
|
neighbor r2-eth0 timers 3 10
|
|
!
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|
|
address-family ipv6 unicast
|
|
redistribute connected
|
|
neighbor r2g activate
|
|
exit-address-family
|
|
!
|