Work is on-going for newer versions of OpenFlow:
http://openvswitch.org/development/openflow-1-x-plan/
There's been an uptick in activity recently on this work, which you can see in
the archives of this mailing list. If you'd like to contribute, that'd be
great!
--Justin
On Jul 2, 2
Hello,
When OVS is expected to support OpenFlow protocol version 1.3? Any clarity on
this?
Thanks in advance,
Radhakrishnan S
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Sat, Jun 30, 2012 at 8:56 AM, ravi kerur wrote:
> Can you take a look at latest diffs I sent out on Tuesday? It has
> simplified ttl handling for both userspace and kernel datapath. Most
> of the logic is in ofproto-dpif.c and datapath just updates ttl in the
> packet for respective headers. Th
Thanks, pushed to master and branch-1.[7654].
On Mon, Jul 02, 2012 at 03:20:22PM -0700, Ethan Jackson wrote:
> Looks good to me. It'd be nice if we could add some unit tests for
> this, though I'm not sure if it's worth it.
>
> Ethan
>
> On Mon, Jul 2, 2012 at 10:35 AM, Ben Pfaff wrote:
> > Bu
Looks good to me. It'd be nice if we could add some unit tests for
this, though I'm not sure if it's worth it.
Ethan
On Mon, Jul 2, 2012 at 10:35 AM, Ben Pfaff wrote:
> Bug #12301.
> Reported-by: Mike Kruze
> Signed-off-by: Ben Pfaff
> ---
> python/ovs/jsonrpc.py |2 +-
> python/ovs/stre
On Mon, Jul 2, 2012 at 3:05 PM, Ben Pfaff wrote:
> On Mon, Jul 02, 2012 at 03:03:46PM -0700, Ansis Atteka wrote:
> > A missing backslash broke the build.
> >
> > Signed-off-by: Ansis Atteka
>
> Looks good, thanks.
>
Thanks! Pushed to the master.
___
de
On Mon, Jul 02, 2012 at 03:03:46PM -0700, Ansis Atteka wrote:
> A missing backslash broke the build.
>
> Signed-off-by: Ansis Atteka
Looks good, thanks.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
A missing backslash broke the build.
Signed-off-by: Ansis Atteka
---
xenserver/openvswitch-xen.spec.in |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xenserver/openvswitch-xen.spec.in
b/xenserver/openvswitch-xen.spec.in
index 3b9582e..c34c7db 100644
--- a/xenserver/openv
On Mon, Jul 2, 2012 at 12:22 PM, Ben Pfaff wrote:
> On Mon, Jul 02, 2012 at 12:10:12PM -0700, Ansis Atteka wrote:
> > ovs-l3ping is similar to ovs-test, but the main difference
> > is that it does not require administrator to open firewall
> > holes for the XML/RPC control connection. This is ach
On Mon, Jul 02, 2012 at 12:10:12PM -0700, Ansis Atteka wrote:
> ovs-l3ping is similar to ovs-test, but the main difference
> is that it does not require administrator to open firewall
> holes for the XML/RPC control connection. This is achieved
> by encapsulating the Control Connection over the L3
ovs-l3ping is similar to ovs-test, but the main difference
is that it does not require administrator to open firewall
holes for the XML/RPC control connection. This is achieved
by encapsulating the Control Connection over the L3 tunnel
itself.
This tool is not intended as a replacement for ovs-tes
ovs-l3ping is similar to ovs-test, but the main difference
is that it does not require administrator to open firewall
holes for the XML/RPC control connection. This is achieved
by encapsulating the Control Connection over the L3 tunnel
itself.
This tool is not intended as a replacement for ovs-tes
On Mon, Jul 2, 2012 at 11:39 AM, Ben Pfaff wrote:
> On Mon, Jul 02, 2012 at 11:34:39AM -0700, Ansis Atteka wrote:
> > On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote:
> >
> > > On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote:
> > > > ovs-l3ping is similar to ovs-test, but the main d
On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote:
> ovs-l3ping is similar to ovs-test, but the main difference
> is that it does not require administrator to open firewall
> holes for the XML/RPC control connection. This is achieved
> by encapsulating the Control Connection over the L3
On Mon, Jul 02, 2012 at 11:34:39AM -0700, Ansis Atteka wrote:
> On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote:
>
> > On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote:
> > > ovs-l3ping is similar to ovs-test, but the main difference
> > > is that it does not require administrator to
On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote:
> On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote:
> > ovs-l3ping is similar to ovs-test, but the main difference
> > is that it does not require administrator to open firewall
> > holes for the XML/RPC control connection. This is achi
Bug #12301.
Reported-by: Mike Kruze
Signed-off-by: Ben Pfaff
---
python/ovs/jsonrpc.py |2 +-
python/ovs/stream.py |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py
index cf08131..a054401 100644
--- a/python/ovs/jsonrpc.p
On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote:
> ovs-l3ping is similar to ovs-test, but the main difference
> is that it does not require administrator to open firewall
> holes for the XML/RPC control connection. This is achieved
> by encapsulating the Control Connection over the L3
I had verified with 'make check' earlier. Along with additional manual
test with respect to code change to verify the log date/time output.
(which was there in RTF file).
Thanks for code commit.
~Arun
On 7/2/12 9:44 PM, "Ben Pfaff" wrote:
>In RTF format?
>
>The unit tests are what happen when
On Mon, Jul 02, 2012 at 04:32:44AM -0700, Arun Sharma wrote:
> Changed the python daemons log date and time format to keep similar
> as C binaries logging format. The date time is in UTC.
>
> Signed-off-by: Arun Sharma
Applied to master, thanks.
___
de
In RTF format?
The unit tests are what happen when you run "make check". What you
attached is just the output of running a couple of commands by hand.
Anyway I've pushed this commit.
Thanks,
Ben.
On Mon, Jul 02, 2012 at 02:04:09PM +0530, Arun Sharma wrote:
> Unit test results is attached with
On Fri, Jun 29, 2012 at 12:50:15PM -0700, Arun Sharma wrote:
> Fixed the remaining programs which does not logs in UTC timestamp format.
> Also updated NEWS.
>
> Signed-off-by: Arun Sharma
I made a few adjustments to NEWS and the log message and pushed this.
Thanks,
Ben.
__
Changed the python daemons log date and time format to keep similar
as C binaries logging format. The date time is in UTC.
Signed-off-by: Arun Sharma
---
python/ovs/vlog.py |2 +-
tests/vlog.at |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/ovs/vlog.py
Unit test results is attached with this email.
Thanks,
Arun
On 6/30/12 1:20 AM, "Arun Sharma" wrote:
>Fixed the remaining programs which does not logs in UTC timestamp format.
>Also updated NEWS.
>
>Signed-off-by: Arun Sharma
>---
> NEWS |5 -
> lib/table.c |
24 matches
Mail list logo