Page MenuHomeVyOS Platform

Add area-type stub for ospfv3
Closed, ResolvedPublicFEATURE REQUEST

Description

For ospf it has syntax

vyos@r1-roll# set protocols ospf area 24 area-type 
Possible completions:
   normal       Normal OSPF area
 > nssa         Nssa OSPF area
 > stub         Stub OSPF area

Add ability to set area-type stub to ospfv3

set protocols ospfv3 area 24 area-type stub

Frr config

!
router ospf6
 area 24 stub

Details

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Event Timeline

Viacheslav triaged this task as Normal priority.May 17 2021, 8:09 AM
Viacheslav added a project: VyOS 1.3 Equuleus.
Viacheslav changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
Viacheslav changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
Viacheslav updated the task description. (Show Details)

Fixed VyOS 1.4-rolling-202105192127

set protocols ospfv3 area 23 area-type stub
set protocols ospfv3 area 25 area-type stub no-summary

FRR

!
router ospf6
 area 23 stub
 area 25 stub no-summary
!
SrividyaA set Issue type to Improvement (missing useful functionality).Aug 31 2021, 5:51 PM