Package: openvswitch-pki
Version: 1.3.0-1
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):
http://www.debian.org/doc/debian-po
I will be happy if you can replyme back
for i have something very importante
to tell you. Nuova grafica e nuove funzionalità! Crea subito Gratis la tua nuova Casella di Posta Katamail
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/m
Debian Policy 10.8 says "Log files should be removed when the package is
purged (but not when it is only removed)," but the Open vSwitch packages
didn't properly implement this:
- The openvswitch-brcompat and openvswitch-pki packages didn't delete
their log files at purge time.
- The o
On Thu, Jan 19, 2012 at 02:24:09PM +0100, Andreas Beckmann wrote:
> during a test with piuparts I noticed your package left unowned files on
> the system after purge, which is a violation of policy 6.8 (or 10.8):
>
> http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails
On Wed, Jan 18, 2012 at 01:48:40PM -0800, Ben Pfaff wrote:
> Plain "--enable-dummy" just creates new dummy dpif and netdev classes.
> This commit makes "--enable-dummy=override" go a step farther and actually
> delete and replace all the existing dpif and netdev classes by copies of
> the dummy cla
This is useful for sandboxing multiple instances of the daemon for
testing purposes.
Signed-off-by: Andrew Lambeth
---
vswitchd/ovs-vswitchd.c | 16
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c
index 2a86972.
On Thu, Jan 19, 2012 at 10:26:03AM -0800, Andrew Lambeth wrote:
> This is useful for sandboxing multiple instances of the daemon for
> testing purposes.
>
> Signed-off-by: Andrew Lambeth
Thanks, I pushed this to master.
___
dev mailing list
dev@openvsw
Commit 0e15264f96e3c (unixctl: Implement quoting.) broke one form of
ofproto/trace. This fixes it.
Signed-off-by: Ben Pfaff
---
ofproto/ofproto-dpif.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index c06361b..6fb1cc6
Looks good.
Ethan
On Thu, Jan 19, 2012 at 16:23, Ben Pfaff wrote:
> Commit 0e15264f96e3c (unixctl: Implement quoting.) broke one form of
> ofproto/trace. This fixes it.
>
> Signed-off-by: Ben Pfaff
> ---
> ofproto/ofproto-dpif.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Thank you. I pushed this to master and branch-1.5.
On Thu, Jan 19, 2012 at 04:26:34PM -0800, Ethan Jackson wrote:
> Looks good.
>
> Ethan
>
> On Thu, Jan 19, 2012 at 16:23, Ben Pfaff wrote:
> > Commit 0e15264f96e3c (unixctl: Implement quoting.) broke one form of
> > ofproto/trace. ?This fixes
An upcoming commit will need access to the rule being translated during
xlate_actions(), so this commit adds that feature. The existing 'cookie'
member of struct action_xlate_ctx can be accessed through this rule, so
this commit also removes that member.
Signed-off-by: Ben Pfaff
---
ofproto/ofp
This will acquire a new user in an upcoming commit.
Signed-off-by: Ben Pfaff
---
lib/dpif.c|9 +
lib/packets.c | 20 +++-
lib/packets.h |5 -
3 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/lib/dpif.c b/lib/dpif.c
index 37c0012..e1698ba
The "learn" action can create matching return flows. If those have a long
timeout then it's a good idea to have a way to notice when in fact the
flows have terminated. This new action and matching "learn" feature
provides that way.
Feature #8603.
Signed-off-by: Ben Pfaff
---
NEWS
13 matches
Mail list logo