]> git.proxmox.com Git - ovs.git/commit
match: Do not skip formatting a zero dp_hash.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 13 Mar 2015 19:22:51 +0000 (12:22 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 16 Mar 2015 22:22:30 +0000 (15:22 -0700)
commit330de069c5dc0ecc5705a3d9062e0ee2f12b4bff
tree789a80a9426f1085e748ad20ed3d5c9ccd38a1ab
parent6b2b63d08866f81fadac9944c4ef05c87b230047
match: Do not skip formatting a zero dp_hash.

The dp_hash match should be printed whenever it is being matched.  We
keep the old behavior for flow_format(), which is mostly used to
format PACKET_IN messages. This keeps those messages tidier and avoids
changing a lot of test cases.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/flow.c
lib/match.c
tests/dpif-netdev.at
tests/ofproto-dpif.at