Fix dump-flows to be usable by add-flows.
authorJustin Pettit <jpettit@nicira.com>
Mon, 18 Aug 2008 06:17:07 +0000 (23:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 18 Aug 2008 06:17:07 +0000 (23:17 -0700)
commita71357e8f7a76a98caa1839d316fc4399ea67bfc
tree3852a832543c488b34370e72acb0f099823b216a
parentfc13a47f4d1895bee8fc293eefa611e7c133e660
Fix dump-flows to be usable by add-flows.

Some of the fields when printing a flow are hex, but they don't have a
preceeding "0x".  When one tries to import them, they're treated as decimal
and weird results occur.  Bug 27.
lib/ofp-print.c