]> git.proxmox.com Git - ovs.git/commit
geneve: Zero header before parsing userspace tunneling action.
authorJesse Gross <jesse@nicira.com>
Wed, 8 Apr 2015 01:55:54 +0000 (18:55 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 8 Apr 2015 02:00:17 +0000 (19:00 -0700)
commit46e7137c77d845c488e17b718eac7c3fb97cedcc
tree30745a4a4c57bfbada9ed57d84d1e5fc530cc835
parent8fc55661c57b26ab84a2baa5ef235f1a79c20633
geneve: Zero header before parsing userspace tunneling action.

When we parse the text representation of the Geneve action the
header is not fully initialized. Besides the obvious potential
to generate an action that the user did not actually specify, this
also causes intermittent unit test failures when an action is
read in and printed out and the result is different.

Signed-off-by: Jesse Gross <jesse@nicira.com>
lib/odp-util.c