Skip to content
Snippets Groups Projects
Commit 04e6b8d7 authored by Saurav Das's avatar Saurav Das
Browse files

An additional port type

parent c7c42869
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ public interface IOFSwitch {
NORMAL("normal"), // normal port (default)
TUNNEL("tunnel"), // tunnel port
UPLINK("uplink"), // uplink port (on a virtual switch)
MANAGEMENT("management"); // for in-band management
MANAGEMENT("management"), // for in-band management
TUNNEL_LOOPBACK("tunnel-loopback");
private String value;
OFPortType(String v) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment