Change "type" constant name

Change-Id: Ia8a070d5d1937b68c0e77be3741c5d8f47748e4c
diff --git a/src/main/java/net/onrc/onos/core/topology/PortImpl.java b/src/main/java/net/onrc/onos/core/topology/PortImpl.java
index f022438..c1bb75c 100644
--- a/src/main/java/net/onrc/onos/core/topology/PortImpl.java
+++ b/src/main/java/net/onrc/onos/core/topology/PortImpl.java
@@ -246,6 +246,6 @@
      */
     @Override
     public String getType() {
-        return getStringAttribute(TopologyElement.TYPE, TopologyElement.TYPE_PACKET);
+        return getStringAttribute(TopologyElement.TYPE, TopologyElement.TYPE_PACKET_LAYER);
     }
 }