]> git.proxmox.com Git - mirror_ovs.git/commitdiff
netdev-vport: Fix typo in log message.
authorBen Pfaff <blp@ovn.org>
Thu, 21 May 2020 21:16:48 +0000 (14:16 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 21 May 2020 23:00:17 +0000 (16:00 -0700)
Acked-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-vport.c

index 8efd1eee8302ea30ebf2f6e7e99848dcbc6d0404..0252b61dea2b81199a27ec1601e864b0a3ed15e0 100644 (file)
@@ -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);