DanSheps / netbox-routing

A Netbox Routing plugin
Apache License 2.0
50 stars 6 forks source link

Add "Area Type" field to OSPF Area model #49

Open LuPo opened 1 month ago

LuPo commented 1 month ago

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