Dear Colleagues,
It is a great pleasure to invite you to the World Congress against Sex
Exploitation, Human Trafficking and Forced Labour (WCSEHTFL)2012.
The theme of this conference is: New Dimensions of Commercial Sexual
Exploitation of Children (CSEC) and Combating Human and Sex Trafficking
Thanks for fixing this Ben.
I think some places in the documentation may mention that the the
preferred packet_in format applies to snoop as well.
I broke this, so I'll think about writing a unit test which at least
does a sanity check on the snoop command, shouldn't be too hard.
Ethan
On Thu,
The vconn that "snoop" opens does not process and reply to requests, so
sending a request to set the packet-in format will hang forever, which
means that "snoop" never actually prints any of the traffic that it
receives.
Bug #9346.
Reported-by: Alan Shieh
Signed-off-by: Ben Pfaff
---
AUTHORS
Thanks, I pushed it to master.
On Thu, Jan 26, 2012 at 04:53:51PM -0800, Ethan Jackson wrote:
> Looks good.
>
> Ethan
>
> On Thu, Jan 26, 2012 at 16:22, Ben Pfaff wrote:
> > I have an outstanding bug report that has tons of "***56 leftover bytes***"
> > messages with no way to guess what the pr
Looks good.
Ethan
On Thu, Jan 26, 2012 at 16:22, Ben Pfaff wrote:
> I have an outstanding bug report that has tons of "***56 leftover bytes***"
> messages with no way to guess what the problem is. I hope this makes
> debugging possible.
>
> Bug #9346.
> Signed-off-by: Ben Pfaff
> ---
> lib/od
I have an outstanding bug report that has tons of "***56 leftover bytes***"
messages with no way to guess what the problem is. I hope this makes
debugging possible.
Bug #9346.
Signed-off-by: Ben Pfaff
---
lib/odp-util.c | 16 ++--
1 files changed, 14 insertions(+), 2 deletions(-)
Thanks, I pushed this to master.
On Thu, Jan 26, 2012 at 04:02:28PM -0800, Ethan Jackson wrote:
> Looks good, thanks.
>
> Ethan
>
> On Thu, Jan 26, 2012 at 15:50, Ben Pfaff wrote:
> > The information here duplicates the information in ofp-errors.h, so remove
> > it from here.
> >
> > Signed-off
Thanks, I pushed this to master.
On Thu, Jan 26, 2012 at 04:01:22PM -0800, Ethan Jackson wrote:
> Looks good, thanks.
>
> Ethan
>
> On Thu, Jan 26, 2012 at 15:51, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff
> > ---
> > utilities/ovs-ofctl.c | 2 +-
> > 1 files changed, 1 insertions(+), 1
Yeah, I was just reading code.
I pushed this, thanks.
On Thu, Jan 26, 2012 at 04:04:31PM -0800, Ethan Jackson wrote:
> Good catch thanks. Howd you notice this, just happened to be reading the
> code?
>
> Ethan
>
> On Thu, Jan 26, 2012 at 15:51, Ben Pfaff wrote:
> > NXFF_OPENFLOW10 and NXPIF_
Good catch thanks. Howd you notice this, just happened to be reading the code?
Ethan
On Thu, Jan 26, 2012 at 15:51, Ben Pfaff wrote:
> NXFF_OPENFLOW10 and NXPIF_OPENFLOW10 have the same value (both zero), so
> this doesn't fix an actual bug.
>
> Signed-off-by: Ben Pfaff
> ---
> ofproto/ofprot
Thanks, I pushed this to master, branch-1.4, branch-1.5.
On Thu, Jan 26, 2012 at 04:00:38PM -0800, Ethan Jackson wrote:
> Looks good, thanks.
>
> Ethan
>
> On Thu, Jan 26, 2012 at 15:58, Ben Pfaff wrote:
> > OVS is supposed to support at least 256 bridges simultaneously, but the
> > file descri
Looks good, thanks.
Ethan
On Thu, Jan 26, 2012 at 15:50, Ben Pfaff wrote:
> The information here duplicates the information in ofp-errors.h, so remove
> it from here.
>
> Signed-off-by: Ben Pfaff
> ---
> include/openflow/nicira-ext.h | 58
> -
> 1 fil
Looks good, thanks.
Ethan
On Thu, Jan 26, 2012 at 15:51, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff
> ---
> utilities/ovs-ofctl.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
> index 4164aa0..c3ffed8 100644
> ---
Looks good, thanks.
Ethan
On Thu, Jan 26, 2012 at 15:58, Ben Pfaff wrote:
> OVS is supposed to support at least 256 bridges simultaneously, but the
> file descriptor count was a little too low for that.
>
> Bug #8218.
> Reported-by: Luca Giraudo
> Signed-off-by: Ben Pfaff
> ---
> utilities/ov
OVS is supposed to support at least 256 bridges simultaneously, but the
file descriptor count was a little too low for that.
Bug #8218.
Reported-by: Luca Giraudo
Signed-off-by: Ben Pfaff
---
utilities/ovs-ctl.in |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ut
An OpenFlow connection can start receiving asynchronous messages such as
"packet-ins" immediately at connect time. If there is a lot of traffic on
the network then this can swamp the controller before it gets a chance to
set up an initial flow table. This setting overrides this OpenFlow
behavior,
Until now, the rules that cover the asynchronous messages that Open vSwitch
sends to a controller have been ad hoc. The new NXT_SET_ASYNC_CONFIG
message provides systematic, precise control.
Feature #7086.
Signed-off-by: Ben Pfaff
---
DESIGN| 50 +-
NEWS
This will be useful in upcoming unit tests for ensuring that all
asynchronous messages due to previous actions have arrived.
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.8.in |5 +
utilities/ovs-ofctl.c| 42 ++
2 files changed, 47 inserti
This new function will acquire a new user in an upcoming commit.
Signed-off-by: Ben Pfaff
---
lib/ofp-util.c |9 +
lib/ofp-util.h |2 ++
lib/vconn.c|4 ++--
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/lib/ofp-util.c b/lib/ofp-util.c
index 8bfaddf..fc57
This will be useful in unit tests, to allow switching output to a new file
during "ovs-ofctl monitor" runtime.
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.8.in |5 +
utilities/ovs-ofctl.c| 21 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git
I intend to use this in upcoming unit tests.
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.8.in | 15 +++--
utilities/ovs-ofctl.c| 75 +-
2 files changed, 85 insertions(+), 5 deletions(-)
diff --git a/utilities/ovs-ofctl.8.in b/utilitie
I don't expect this to be widely useful. An upcoming commit will add a
use in unit tests.
Signed-off-by: Ben Pfaff
---
lib/learn.c | 23 ++-
lib/ofp-parse.c | 13 +
lib/ofp-parse.h |5 -
utilities/ovs-ofctl.8.in |9 +
I intend to use OFPFF_SEND_FLOW_REM in upcoming unit tests. I threw in
OFPFF_CHECK_OVERLAP also because it didn't cost me anything. I omitted
parsing support for OFPFF_EMERG because we opposed its inclusion from the
start and it was removed from OpenFlow 1.2.
Signed-off-by: Ben Pfaff
---
lib/o
This makes the ofp-util support for packet_out better match the support
that ofp-util has for other OpenFlow messages. It also prepares for an
upcoming patch that adds a new piece of code that generates packet_out
messages.
Signed-off-by: Ben Pfaff
---
include/openflow/openflow.h | 10 ++--
l
Each OpenFlow session should begin fresh, with settings that are the
default for OpenFlow, but the connection manager was mistakenly persisting
them from one session to the next for "primary" controllers.
This is a bug, but it is a long-standing one. I found the problem by
inspection, not through
These options do have an effect if the mod-flows command creates a new
flow.
Signed-off-by: Ben Pfaff
---
lib/ofp-parse.c |4 ++--
utilities/ovs-ofctl.8.in | 21 ++---
2 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c
I'm tired of trying to figure these out all over again each time I think
about it.
Signed-off-by: Ben Pfaff
---
DESIGN | 71
1 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/DESIGN b/DESIGN
index c53a8ea..13f3e9f 1
OpenFlow has a number of "asynchronous" messages that switches generate
and send to controllers. Until now, control over these has been ad-hoc.
This series makes it more systematic.
Ben Pfaff (13):
ofproto: Allow service controllers to become masters and slaves.
DESIGN: Document the propertie
I don't remember why we disallow this. It seems reasonable to me to enable
it. A test in a upcoming commit relies upon the ability.
Signed-off-by: Ben Pfaff
---
ofproto/ofproto.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
i
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index 4164aa0..c3ffed8 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -61,7 +61,7 @@ VLOG_DEFINE_THIS_MODUL
NXFF_OPENFLOW10 and NXPIF_OPENFLOW10 have the same value (both zero), so
this doesn't fix an actual bug.
Signed-off-by: Ben Pfaff
---
ofproto/ofproto.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 0504026..7fa4eac 100644
--
We try to have such a size check every protocol structure.
Signed-off-by: Ben Pfaff
---
include/openflow/nicira-ext.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
index 6921803..62180a7 100644
--- a/include
I think that this was just an oversight.
Signed-off-by: Ben Pfaff
---
tests/automake.mk |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/automake.mk b/tests/automake.mk
index 9ae4c5c..bb03dd4 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -69,6 +69,7 @@
Some commands weren't mentioned. The "invalid_ttl" option to "monitor"
was missing.
Signed-off-by: Ben Pfaff
---
utilities/ovs-ofctl.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index 8a8b8b2..4164aa0 100644
--- a/u
---
vswitchd/vswitch.xml | 40 +++-
1 files changed, 23 insertions(+), 17 deletions(-)
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 8c506e4..4b99b99 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2338,23 +2338,29 @@
The information here duplicates the information in ofp-errors.h, so remove
it from here.
Signed-off-by: Ben Pfaff
---
include/openflow/nicira-ext.h | 58 -
1 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/include/openflow/nicira-ext.h b/in
On Wed, Jan 25, 2012 at 06:12:25PM -0800, Ethan Jackson wrote:
> Bond rebalances come with a risk of packet reordering which some
> users may find unacceptable.
>
> Requested-by: Ben Basler
> Signed-off-by: Ethan Jackson
Add a NEWS item?
s/an load balanced/a load balanced/ in vswitch.xml
I ha
37 matches
Mail list logo