OSPF Area can be extended with "Area Type" CharField limited to a ChoiceSet (Stub Area, Totally Stubby Area, Not-So-Stubby Area). Perhaps this choice can be extended with "Backbone Area" and "Standard Area".
Use case
Special area type should be defined to maintain consistent definition across OSPF instances implementing given area.
Plugin version
v0.2.3
NetBox version
v4.1.3
Feature type
Data model extension
Proposed functionality
OSPF Area can be extended with "Area Type" CharField limited to a ChoiceSet (Stub Area, Totally Stubby Area, Not-So-Stubby Area). Perhaps this choice can be extended with "Backbone Area" and "Standard Area".
Use case
Special area type should be defined to maintain consistent definition across OSPF instances implementing given area.
Database changes
new field named "area_type" in the Area model
External dependencies
None