-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
v4-enhancementEnhancement planned for hier_config v4.0.0Enhancement planned for hier_config v4.0.0
Description
Description
dot1q_mode_from_vlans() is an abstract method on HConfigViewBase that is not implemented on any platform — all 5 view implementations raise NotImplementedError. Tests exist only to confirm it raises the error.
Proposed Change
Either:
- Implement it on Cisco IOS and HP ProCurve (which have full VLAN support) as a reference, or
- Remove it from the abstract base and add it as an optional method on platforms that can support it
Current State
Cisco IOS: NotImplementedError
Cisco NXOS: NotImplementedError
Cisco XR: NotImplementedError
Arista EOS: NotImplementedError
HP ProCurve: NotImplementedError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
v4-enhancementEnhancement planned for hier_config v4.0.0Enhancement planned for hier_config v4.0.0