Page MenuHomeVyOS Platform

ospf: "redistribute babel" is always set
Closed, ResolvedPublicFEATURE REQUEST

Description

router ospf
 ospf router-id 1.1.1.1
 log-adjacency-changes detail
 auto-cost reference-bandwidth 100
 timers throttle spf 200 1000 10000
 redistribute connected route-map MAP-OSPF-CONNECTED
 redistribute babel
 passive-interface default
 network 1.1.2.0/24 area 0
 area 0 authentication message-digest
exit
!
router ospf vrf red
 ospf router-id 1.1.1.252
 log-adjacency-changes detail
 auto-cost reference-bandwidth 100
 timers throttle spf 200 1000 10000
 redistribute connected
 redistribute babel
exit
!

Only OSPF redistribute connected was specified, not babel

Details

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

Event Timeline

c-po changed the task status from Open to In progress.
c-po claimed this task.
c-po triaged this task as Low priority.