Ofelia OpenFlow RSpec parsing support
[sfa.git] / sfa / rspecs / elements / port.py
diff --git a/sfa/rspecs/elements/port.py b/sfa/rspecs/elements/port.py
new file mode 100644 (file)
index 0000000..2817b6b
--- /dev/null
@@ -0,0 +1,7 @@
+from sfa.rspecs.elements.element import Element
+
+class Port(Element):
+    fields = [
+        'num',
+        'name',
+    ]