ofp-print: Avoid converting flow to ofp_match just to format it.
authorBen Pfaff <blp@nicira.com>
Tue, 9 Nov 2010 00:36:44 +0000 (16:36 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Nov 2010 17:40:34 +0000 (09:40 -0800)
commit8321fb9c570bd25bb8925e7b5116ab90662113b5
tree4a7fcc20de09b16e46443b34e97d6f3e603f9ec8
parent193eb87453463d45eb10a3d3adbffedc0a762d1f
ofp-print: Avoid converting flow to ofp_match just to format it.

These days we have a function to format a struct flow directly, so we might
as well use it.
lib/ofp-print.c