lib/odp-util: Add tunnel tp_src, tp_dst parsing and formatting.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 5 Sep 2014 22:44:20 +0000 (15:44 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 8 Sep 2014 22:09:26 +0000 (15:09 -0700)
commit5545e7826896e861c07a04161d6db64ed61289fe
tree21ffa8968bf35bea85be206220ef2785cdfa674b
parentea2735d3cc23d062bd60ab442e48d6021ac4d15d
lib/odp-util: Add tunnel tp_src, tp_dst parsing and formatting.

tp_src and tp_dst fields were recently added to struct flow_tnl, but
parsing and printing was missing.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.c
tests/bfd.at
tests/odp.at
tests/tunnel.at