Page MenuHomeVyOS Platform

ospf: Fix inter-area route summarization
Closed, ResolvedPublicBUG

Description

Setting something like protocols ospf area 10 range 10.10.0.0/16 without sub options doesn't work. This is because no range commands are generated when there is no leaf nodes set under the range tag node.

edit protocols ospf
set area 16 network 10.10.0.0/16
set area 16 range 10.10.0.0/16
commit
$ vtysh -c 'show run'
!
router ospf
 auto-cost reference-bandwidth 100
 timers throttle spf 200 1000 10000
 network 10.10.0.0/16 area 16
exit

The generated FRR commands above is missing something like:

area 16 range 10.10.0.0/16

Details

Difficulty level
Easy (less than an hour)
Version
1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Revisions and Commits

Event Timeline

GitHub <[email protected]> closed this task as Resolved by committing Restricted Diffusion Commit.Jan 12 2023, 6:40 PM
GitHub <[email protected]> added a commit: Restricted Diffusion Commit.