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

Add EPIPE vlan type

parent 836a16f0
Branches
Tags
No related merge requests found
......@@ -23,6 +23,7 @@ class VLAN_TYPES(Enum):
ACCESS = auto()
TRUNK = auto()
VLAN = auto()
EPIPE = auto()
_PORT_TYPES = [t.name for t in list(PORT_TYPES)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment