On 5/21/2020 2:16 PM, Ben Pfaff wrote:
Signed-off-by: Ben Pfaff <b...@ovn.org>
---
  lib/netdev-vport.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index 8efd1eee8302..0252b61dea2b 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -754,7 +754,7 @@ set_tunnel_config(struct netdev *dev_, const struct smap 
*args, char **errp)
      enum tunnel_layers layers = tunnel_supported_layers(type, &tnl_cfg);
      const char *full_type = (strcmp(type, "vxlan") ? type
                               : (tnl_cfg.exts & (1 << OVS_VXLAN_EXT_GPE)
-                                ? "VXLAN-GPE" : "VXLAN (without GPE"));
+                                ? "VXLAN-GPE" : "VXLAN (without GPE)"));
      const char *packet_type = smap_get(args, "packet_type");
      if (!packet_type) {
          tnl_cfg.pt_mode = default_pt_mode(layers);


Acked-by: Greg Rose <gvrose8...@gmail.com>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to