Skip to content
Snippets Groups Projects
Commit 40fd142b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

show epipes in vlan dashboards

parent 629a7348
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ class VLANDashboardStrategy(DashboardStrategy): ...@@ -373,7 +373,7 @@ class VLANDashboardStrategy(DashboardStrategy):
interfaces = [ interfaces = [
interface interface
for interface in data.interfaces for interface in data.interfaces
if interface.get("vlan_type") in {"TRUNK", "VLAN"} if interface.get("vlan_type") in {"TRUNK", "VLAN", "EPIPE"}
] ]
grouped_interfaces = {} grouped_interfaces = {}
for interface in interfaces: for interface in interfaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment