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:55:47 +0000 (13:55 -0800)
commitb93bd611bd4217b6cf21c657c1402a739131a44b
tree333ca0c9c49c45bed35a84a9fb9963cc78709863
parentf6f0819ee4fded1a7feb2e28e7d106294612e7b6
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