]> git.proxmox.com Git - mirror_ovs.git/commit
odp-util: Initialize tun_key and tun_key_mask
authorThomas Graf <tgraf@noironetworks.com>
Tue, 26 Aug 2014 00:49:55 +0000 (02:49 +0200)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Aug 2014 15:35:45 +0000 (08:35 -0700)
commite3eb6585674d2300496c0311076c8cbd6a6c82bc
tree741036bb3099a4662caac5d3c5670ff163fc7500
parent8201f581abe27799c051b1f19148f1e86c1e6fd6
odp-util: Initialize tun_key and tun_key_mask

tun_key_to_attr() accesses tp_src and tp_dst which are currently
uinitialized.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.c