Signed-off-by: Ben Pfaff
---
v3->v4: Builds and passes unit tests. Somewhat incomplete, I think.
---
include/openflow/openflow-1.1.h| 17 ++--
include/openflow/openflow-common.h | 10 ++
lib/ofp-errors.h |3 +
lib/ofp-util.c | 181 ++
Signed-off-by: Ben Pfaff
---
v3->v4: Builds, passes unit tests.
---
include/openflow/nicira-ext.h |2 +-
include/openflow/openflow-1.0.h| 19 ---
include/openflow/openflow-common.h | 14 ++
lib/ofp-msgs.h |2 +-
lib/ofp-print.c
Reviewed-by: Simon Horman
Signed-off-by: Ben Pfaff
---
include/openflow/openflow-1.0.h| 57 +++-
include/openflow/openflow-common.h | 23 ++
lib/ofp-msgs.c | 10 +++---
lib/ofp-msgs.h | 14
l
It now duplicates ofp_aggregate_stats_reply except for alignment issues, so
we might as well unify the code.
Signed-off-by: Ben Pfaff
---
include/openflow/nicira-ext.h | 15 +++
lib/ofp-msgs.h|2 +-
lib/ofp-util.c| 57 +++---
One major change in this revision is that some commits have
been pushed to master, so the series shorter.
Another major change is the first two patches, especially the
first one, which has been extensively improved and revised
versus the previous posting.
This is also available at git://benpfaff.
On Thu, Jun 28, 2012 at 01:47:43PM +0900, Isaku Yamahata wrote:
> The logic of ofpacts_from_openflow11() should be same to
> ofpacts_from_openflow10(), so consolidate them. Thus the issue is fixed.
>
> Signed-off-by: Isaku Yamahata
Hi Isaku.
I believe that this commit should be unnecessary with
On Tue, Jun 26, 2012 at 11:53:48PM -0700, Ben Pfaff wrote:
> Reviewed-by: Simon Horman
> Signed-off-by: Ben Pfaff
I squashed this into the previous commit.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi Mr Justin!
I would like to ask about export the netflow from openvswitch to a remote
ubuntu computer:
netflow
[ovs]=>[ubuntu-pc]
Following the manual, I configure netflow exporter like this
[ovs]:
$./ovs-vsctl -- set bridge br0 netflow=@nf -- --id=@nf create NetFlow
ta
On Fri, Jun 29, 2012 at 11:11:19AM -0700, Arun Sharma wrote:
> ovs-ofctl will have --sort[=field]|--rsort[=field] option for 'dump-flows'.
> Sort by field if specified else sort by default field 'priority'.
> Option "--sort" to sort in ascending order and "--rsort" to sort in descending
> order for
I want to use this code in another function in an upcoming commit.
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.c | 123 +++--
1 files changed, 68 insertions(+), 55 deletions(-)
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index 237
Signed-off-by: Arun Sharma
[b...@nicira.com rewrote most of the code]
Signed-off-by: Ben Pfaff
---
NEWS |1 +
lib/ofp-print.c | 80 +-
lib/ofp-print.h |6 ++
tests/ovs-ofctl.at | 77 +
utilities/ovs-o
The logic in do_dump_flows__() went to some trouble to open an OpenFlow
connection and set the correct protocol, but then it allowed
dump_stats_transaction() to create and use a completely different OpenFlow
connection that hadn't been prepared that way. This commit fixes the
problem.
I don't thi
On Mon, Jul 02, 2012 at 06:30:21PM -0700, Arun Sharma wrote:
> Instead of rereading ovs-monitor-ipsec pidfile in netdev-vport so much. It's
> probably only necessary to check once if ovs-monitor-ipsec is running,
> and then cache the result. If the result is negative, then it may be
> worthwhile
Instead of rereading ovs-monitor-ipsec pidfile in netdev-vport so much. It's
probably only necessary to check once if ovs-monitor-ipsec is running,
and then cache the result. If the result is negative, then it may be
worthwhile to try again the next time someone tries to configure an ipsec
tunnel
14 matches
Mail list logo