Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display device name in OSPF Interface table and OSPF Areas assigned in OSPF Instance view #56

Open
LuPo opened this issue Nov 28, 2024 · 0 comments

Comments

@LuPo
Copy link
Contributor

LuPo commented Nov 28, 2024

Plugin version

v0.2.3

NetBox version

v4.1.7

Feature type

Data model extension

Proposed functionality

  • display Areas assigned to an instance. The areas visible in the card are naturally sorted by area_id (even if one happen to mix numeric with IP based area_id notation in one instance).
    OSPF_instance_mix

  • display device name in the interfaces table
    OSPF_Interfaces

Use case

It greatly enhances visibility into OSPF configuration of every instance. Instead, device name is useful in interface table, especially when looking for interfaces belonging to a particular area.

Database changes

No database changes required. It is enough to implement get_areas() method in OSPFInstance class.

External dependencies

No additional dependency needed. Already available ipaddress module can be used to sort the areas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant