Bug#663280: Updated patch against 1.3.7

2013-05-06 Thread Mark Wooding
Now that wheezy's been released -- without the patch I submitted over a year ago -- I have to fix all of my machines again, so I've respun the patch, and here it is. Not that I have a great deal of hope that submitting it here will actually cause anything to happen. Index:

Bug#663280: Updated patch against 1.3.7

2013-05-06 Thread Ondřej Surý
Mark, sorry, I must have somehow missed your bug report. I have forwarded your bugreport to the upstream. O. On Mon, May 6, 2013 at 12:42 PM, Mark Wooding m...@distorted.org.uk wrote: Now that wheezy's been released -- without the patch I submitted over a year ago -- I have to fix all of my

Bug#663280: Updated patch against 1.3.7

2013-05-06 Thread Ondrej Zajicek
On Mon, May 06, 2013 at 11:42:46AM +0100, Mark Wooding wrote: Now that wheezy's been released -- without the patch I submitted over a year ago -- I have to fix all of my machines again, so I've respun the patch, and here it is. Not that I have a great deal of hope that submitting it here will

Bug#663280: Updated patch against 1.3.7

2013-05-06 Thread Mark Wooding
Ondrej Zajicek santi...@crfreenet.org writes: See following code in nl_parse_link() in sysdep/linux/netlink.c : [...] if (ifi strncmp(ifi-name, name, sizeof(ifi-name)-1)) if_delete(ifi); Yes, I see. That ought to do it, if you're sure that this is a Linux- specific problem.

Bug#663280: Updated patch against 1.3.7

2013-05-06 Thread Ondrej Zajicek
On Mon, May 06, 2013 at 01:34:50PM +0100, Mark Wooding wrote: Ondrej Zajicek santi...@crfreenet.org writes: See following code in nl_parse_link() in sysdep/linux/netlink.c : [...] if (ifi strncmp(ifi-name, name, sizeof(ifi-name)-1)) if_delete(ifi); Yes, I see. That