Page MenuHomeVyOS Platform

Bgp neighbor timers not applyed to FRR config
Closed, ResolvedPublicBUG

Description

set protocols bgp 64501 neighbor 203.0.113.1 remote-as '65001'
set protocols bgp 64501 neighbor 203.0.113.1 timers connect '234'
set protocols bgp 64501 neighbor 203.0.113.1 timers holdtime '62'
set protocols bgp 64501 neighbor 203.0.113.1 timers keepalive '20'

Vtysh get

!
router bgp 64501
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor 203.0.113.1 remote-as 65001
!
line vty
!

What I expect to see

!
router bgp 64501
 neighbor 203.0.113.1 remote-as 65001
 neighbor 203.0.113.1 timers 20 62
 neighbor 203.0.113.1 timers connect 234
!
line vty
!

Details

Difficulty level
Normal (likely a few hours)
Version
VyOS 1.4-rolling-202102162107
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible