[ovs-git] Open vSwitch: ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Feb 1 21:53:56 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  146356e958188ef0a9f32e66e674fee2cf669102 (commit)
      from  80af5ee5a526706a80dc772d5d79b7894771b4be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 146356e958188ef0a9f32e66e674fee2cf669102
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=146356e958188ef0a9f32e66e674fee2cf669102
Author: Justin Pettit <jpettit at nicira.com>
		
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 at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/ofp-parse.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list