odp: Enable parsing ipv4_tunnel key.
authorJesse Gross <jesse@nicira.com>
Thu, 1 Nov 2012 22:50:16 +0000 (15:50 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 1 Nov 2012 23:52:26 +0000 (16:52 -0700)
commit35651d6a6ba7cd83b93d3970f079ecb5061f4aad
tree3d3c56dd3a1f888ff853f1e0b41db393c8f21d9e
parent3a14d239d785a251dc3a1070bf16445c51616833
odp: Enable parsing ipv4_tunnel key.

We can format ipv4_tunnel keys from the kernel but can't currently
parse them.  Userspace doesn't know how to do anything with this
information but this support enables utilities like ovs-dpctl and
ovs-appctl ofproto/trace to show useful information.

Bug #13785

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