ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.
authorJustin Pettit <jpettit@nicira.com>
Fri, 1 Feb 2013 08:11:32 +0000 (00:11 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 1 Feb 2013 21:53:26 +0000 (13:53 -0800)
commit146356e958188ef0a9f32e66e674fee2cf669102
treed0e2fb0eaee06a700ae1522bc8143ce6323223da
parent80af5ee5a526706a80dc772d5d79b7894771b4be
ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.

It should be possible to feed to output of "ovs-ofctl dump-flows" to
"ovs-ofctl add-flows".  However, some of the metadata needs to be
ignored.  "idle_age" and "hard_age" was recently added to the output of
"ovs-ofctl dump-flows", but they were not ignored like the other
metadata.  This commit ignores them.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/ofp-parse.c