ofp-print: Print every flow on a new line for NXST_FLOW replies too.
[openvswitch] / lib / netdev-vport.c
index f0de376a44b7988edab16f14f30d78de6cbe9848..f101b938c172edf5fc6a01c6b5d13153f8cb2335 100644 (file)
@@ -438,6 +438,7 @@ parse_tunnel_config(const struct netdev_dev *dev, const struct shash *args,
     bool ipsec_ip_set = false;
     bool ipsec_mech_set = false;
 
+    memset(&config, 0, sizeof config);
     config.flags |= TNL_F_PMTUD;
     config.flags |= TNL_F_HDR_CACHE;