[ovs-dev] [PATCH] netdev-vport: Fix typo in log message.

Ben Pfaff blp at ovn.org
Thu May 21 21:16:50 UTC 2020


Signed-off-by: Ben Pfaff <blp at 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);
-- 
2.25.3



More information about the dev mailing list