Page MenuHomeVyOS Platform

[ FRR ] babel: stopping routing daemon does not clean config
Needs testing, LowPublicBUG

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

Event Timeline

Unknown Object (User) created this task.Dec 18 2024, 12:55 PM
Unknown Object (User) created this object in space S1 VyOS Public.
Viacheslav changed the subtype of this task from "Task" to "Bug".Dec 19 2024, 1:51 PM
Unknown Object (User) changed the task status from Open to In progress.Dec 20 2024, 7:34 AM
Unknown Object (User) changed the task status from In progress to Needs testing.
Unknown Object (User) added a comment.Dec 20 2024, 7:51 AM

Create a PR to community -- https://github.com/FRRouting/frr/pull/17685

Please note, VyOS patch has to be removed after community takes the changes and propagates them to stable/10.2 branch

Viacheslav assigned this task to Unknown Object (User).Dec 20 2024, 1:52 PM
Unknown Object (User) added a comment.Dec 23 2024, 11:12 AM
vyos# conf t
vyos(config)# router babel
vyos(config-router)# end
vyos# show run
Building configuration...

Current configuration:
!
frr version 10.2
frr defaults traditional
hostname localhost
hostname vyos
service integrated-vtysh-config
!
router babel
 network eth0
 network eth1
 network eth2
 network eth3
 network eth4
 network eth5
 network eth6
 network eth7
exit
!
end

Looks like the babel patch is not complete - it still remembers he network interfaces

https://github.com/FRRouting/frr/pull/17715