Greetings,
To be brief; my name is ''RUNA'' I'm interested in knowing you, please i will
like you respond to me so that i will tell you more about my self and also give
you my picture. and tell you the reason of contacting you, because there's
something that i want to share with you, thanks for
On 6 July 2012 08:59, Giuseppe Lettieri wrote:
> Hi,
>
> the attached patch implements new netdev classes for "system" and "tap"
> devices in FreeBSD, by using the libpcap library. With this patch (and
> some firewall rules) the user-level datapath of Open vSwitch can be made
> to work on FreeBSD.
On Fri, Jul 06, 2012 at 02:59:05PM +0200, Giuseppe Lettieri wrote:
> the attached patch implements new netdev classes for "system" and "tap"
> devices in FreeBSD, by using the libpcap library. With this patch (and
> some firewall rules) the user-level datapath of Open vSwitch can be made
> to work
On Fri, Jul 6, 2012 at 3:31 PM, Jesse Gross wrote:
> On Thu, Jul 5, 2012 at 9:45 PM, ravi kerur wrote:
> > As mentioned earlier, in the best interest of the time(both mine and
> yours)
> > I will have to re-evaluate whether to continue working on both mpls and
> qinq
> > and get back to you. Its
Looks good.
--Justin
On Jul 6, 2012, at 2:49 PM, Ben Pfaff wrote:
> This allows FOR_EACH_MATCHING_TABLE to be used with const TABLE and
> OFPROTO arguments.
>
> Signed-off-by: Ben Pfaff
> ---
> ofproto/ofproto.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --gi
Looks good.
--Justin
On Jul 6, 2012, at 2:49 PM, Ben Pfaff wrote:
> Somehow we've overlooked this for a long time. I guess that feature
> doesn't get used very much.
>
> Also updates the test output for OFPT_FLOW_MOD to include the out_port
> output and adds out_port to the NXT_FLOW_MOD tests
Looks good.
--Justin
On Jul 6, 2012, at 3:13 PM, Ben Pfaff wrote:
> This hasn't been necessary for a long time.
>
> Signed-off-by: Ben Pfaff
> ---
> debian/openvswitch-switch.README.Debian |6 +-
> 1 files changed, 1 insertions(+), 5 deletions(-)
>
> diff --git a/debian/openvswitch-sw
On Thu, Jul 5, 2012 at 9:45 PM, ravi kerur wrote:
> As mentioned earlier, in the best interest of the time(both mine and yours)
> I will have to re-evaluate whether to continue working on both mpls and qinq
> and get back to you. Its just not working out as I have done everything that
> has been a
Looks good. Thanks.
--Justin
On Jul 6, 2012, at 3:08 PM, Ben Pfaff wrote:
> ovs-ctl.in uses /etc/protocols, which is in the "netbase" package, so a
> dependency is required.
>
> Debian bug #680537.
> CC: 680...@bugs.debian.org
> Reported-by: Bastian Blank
> Signed-off-by: Ben Pfaff
> ---
>
On Fri, Jul 06, 2012 at 06:13:25PM +0200, Bastian Blank wrote:
> Package: openvswitch
> Version: 1.4.2+git20120612-2
> Severity: serious
>
> The openvswitch-switch init script modifies filter rules using iptables
> without consent by the admin.
Where are the requirements spelled out? I couldn't
This hasn't been necessary for a long time.
Signed-off-by: Ben Pfaff
---
debian/openvswitch-switch.README.Debian |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/debian/openvswitch-switch.README.Debian
b/debian/openvswitch-switch.README.Debian
index 8580451..8617e77
ovs-ctl.in uses /etc/protocols, which is in the "netbase" package, so a
dependency is required.
Debian bug #680537.
CC: 680...@bugs.debian.org
Reported-by: Bastian Blank
Signed-off-by: Ben Pfaff
---
AUTHORS|1 +
debian/control |2 +-
2 files changed, 2 insertions(+), 1 deletions
This function will be useful in an upcoming commit.
Signed-off-by: Ben Pfaff
---
lib/classifier.c | 76 --
lib/classifier.h |3 ++
2 files changed, 48 insertions(+), 31 deletions(-)
diff --git a/lib/classifier.c b/lib/classifier.c
index
A given rule may only have one pending operation at a time, so when an
operation is pending we must not allow a flow expiration to be started on
that rule.
This doesn't fix a user-visible bug in ofproto-dpif because ofproto-dpif
always completes operations immediately, that is, no operations will
The flow_cookie member of struct ofoperation has always been there, but it
seems that it's never been used. This fixes the code so that if a modify
operation fails the rule's original flow cookie is restored.
Signed-off-by: Ben Pfaff
---
ofproto/ofproto.c |1 +
1 files changed, 1 insertions
An upcoming commit will add support for monitoring changes to the flow
table. This feature wants to be able to report changes to flow cookies,
as well as to other properties of a flow. Until now, however, a flow_mod
that modifies only the flow's cookie is treated as a special case that does
not g
An upcoming commit will add support for flow table monitoring by
controllers. One feature of this upcoming support is that a controller's
own changes to the flow table can be abbreviated to a summary, since the
controller presumably know what it has already sent to the switch.
However, the summary
Signed-off-by: Ben Pfaff
---
lib/rconn.c | 36
lib/rconn.h | 15 +--
ofproto/connmgr.c |2 +-
3 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/lib/rconn.c b/lib/rconn.c
index 3241ab8..0a41d51 100644
--- a/lib/rco
This is likely to be part of OpenFlow 1.3.1 or 1.4 and we have use for it
beforehand to report evicted flows.
Signed-off-by: Ben Pfaff
---
include/openflow/openflow-common.h |3 ++-
lib/ofp-print.c|2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/i
An upcoming commit will introduce a user outside of ofp-util.c.
The change to put_stats_reply__() is larger than strictly necessary to
avoid making really ugly line breaks.
Signed-off-by: Ben Pfaff
---
lib/ofp-util.c | 25 ++---
lib/ofp-util.h |4
2 files changed,
In an upcoming commit I want to print comma-separated, not space-separated,
names for a set of bits.
Signed-off-by: Ben Pfaff
---
lib/ofp-print.c | 20 +++-
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index baa7a6c..41baab6
This allows FOR_EACH_MATCHING_TABLE to be used with const TABLE and
OFPROTO arguments.
Signed-off-by: Ben Pfaff
---
ofproto/ofproto.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index a5e1d39..a710b3d 100644
--- a/ofproto/
Somehow we've overlooked this for a long time. I guess that feature
doesn't get used very much.
Also updates the test output for OFPT_FLOW_MOD to include the out_port
output and adds out_port to the NXT_FLOW_MOD tests.
Signed-off-by: Ben Pfaff
---
lib/ofp-print.c|5 +
tests/ofp-pri
Here's the second version of this patch series, which fixes the
shortcomings I mentioned in the commit messages for the first
series. The first four patches from the first version have
already been applied to master, so they are not included here.
There are a few new patches not in the first serie
Thanks.
I pushed these first four patches.
On Thu, Jul 05, 2012 at 04:34:12PM -0700, Justin Pettit wrote:
> Looks good.
>
> --Justin
>
>
> On Jun 29, 2012, at 10:40 PM, Ben Pfaff wrote:
>
> > This seems like sensible return value semantics to me, even though the new
> > operation is also avai
Package: openvswitch-brcompat
Version: 1.4.2+git20120612-2
Severity: normal
The standard way to configure bridges in Debian is using
/etc/network/interfaces. This is set up much earlier than the
openvswitch-switch init script is run, so this won't work.
Bastian
-- System Information:
Debian Rele
Package: openvswitch
Version: 1.4.2+git20120612-2
Severity: serious
The openvswitch-switch init script modifies filter rules using iptables
without consent by the admin.
Bastian
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstabl
Package: openvswitch
Version: 1.4.2+git20120612-2
Severity: serious
The openvswitch-switch init script fails to start stuff if
/etc/protocols is missing. This file is provided by the non-essential
netbase, so it needs a dependency.
Bastian
-- System Information:
Debian Release: wheezy/sid
APT
Hi,
the attached patch implements new netdev classes for "system" and "tap"
devices in FreeBSD, by using the libpcap library. With this patch (and
some firewall rules) the user-level datapath of Open vSwitch can be made
to work on FreeBSD.
Please note that most of the real work has been done by G
Open attachment with trust from Capt. Odierno.
Capt Formant.txt
Description: Binary data
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks guys, looking forward to test this!
Br,
Frido
On Fri, Jul 6, 2012 at 12:05 AM, Ethan Jackson wrote:
> Thanks, I merged this.
>
> Ethan
>
> On Thu, Jul 5, 2012 at 2:54 PM, Ben Pfaff wrote:
>> Beautiful.
>>
>> On Thu, Jul 05, 2012 at 02:30:55PM -0700, Ethan Jackson wrote:
>>> How about thi
31 matches
Mail list logo