datapath: Remove compatibility GRE identifier.
[sliver-openvswitch.git] / lib / netdev-vport.c
index e52557f..98ef186 100644 (file)
@@ -193,7 +193,6 @@ netdev_vport_get_netdev_type(const struct dpif_linux_vport *vport)
     case OVS_VPORT_TYPE_VXLAN:
         return "vxlan";
 
-    case OVS_VPORT_TYPE_FT_GRE:
     case __OVS_VPORT_TYPE_MAX:
         break;
     }