summaryrefslogtreecommitdiff
path: root/lib/netdev-vport.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netdev-vport.c')
-rw-r--r--lib/netdev-vport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index 8efd1eee8..0252b61de 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);