vswitch: Use "ipsec_gre" vport instead of "gre" with "other_config"
[sliver-openvswitch.git] / lib / odp-util.c
index 1f6d93e..29f536d 100644 (file)
@@ -222,6 +222,7 @@ void
 format_odp_port_type(struct ds *ds, const struct odp_port *p)
 {
     if (!strcmp(p->type, "gre") 
+            || !strcmp(p->type, "ipsec_gre")
             || !strcmp(p->type, "capwap")) {
         const struct tnl_port_config *config;