[ovs-dev] Bug#768095: openvswitch-datapath-dkms fails to build on Debian 7.7 3.2.0-4-amd64 (3.2.63-2+deb7u1)

2015-01-17 Thread Chris
Hi, Thanks to Jonathan who did approve the patch by the release team but I'm a little bit worried : Debian 7.8 is out and still no news ... Openvswitch kernel module is still not working in Debian stable :( I suspect that you are quite busy and it's of course a voluntary work. Thank you in adva

[ovs-dev] [PATCH] pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.

2015-01-17 Thread Ben Pfaff
Otherwise if a service connection (which does not have buffers) attempts to use buffers, '*bufferp' will be uninitialized, which can cause a segfault in the caller. Found using OFtest configured to use service (active rather than passive) connections. Signed-off-by: Ben Pfaff --- ofproto/pktbuf

Re: [ovs-dev] [PATCH 0/3] auto-attach: Add support for IETF Auto Attach standard (v4)

2015-01-17 Thread Ben Pfaff
On Fri, Jan 16, 2015 at 05:01:24PM +, Flynn, Dennis R (Dennis) wrote: > Hi Ben, > > After looking more carefully at the logic that parses the LLDP_TLV_MGMT_ADDR > TLV I agree there is a bug here. > This is actually code from the open source LLDPD project. > > I have opened an issue within th