Hi there,
I've written a patch to ensure that /etc/netstart executes ifconfig
inet6 autoconf, even when interfaces are specified as arguments.
My apologies in advance if I've violated any etiquette, as this is my
first patch.
Before: http://puu.sh/hzAcR/23cb3347c6.png
After: http://puu.sh/hzAdF/
On Wed, Apr 15, 2015 at 10:14 AM, Philip Guenther wrote:
> On Wed, Apr 15, 2015 at 5:48 AM, Manuel Giraud wrote:
>> Here is a patch that eliminate the -U flag for dump and make usage of
>> DUID in /etc/dumpdates the default. It also correct old style entries so
>> nothing has to be done for the a
Just wanted to report that this works with my TL-WN723N v3.0. With both
patches applied the adapter is able to saturate my DSL connection.
Brendan MacDonell
On Sun, Apr 26, 2015 at 4:46 PM, Mikhail wrote:
> On 21:22 26-Apr 2015 Mikhail wrote:
>> On 20:20 26-Apr 2015 Stefan Sperling wrote:
>> > O
Applied.
I don’t see any regressions so far.
I use bridge+vether.
//mxb
> On 28 apr 2015, at 23:06, Martin Pieuchot wrote:
>
> On 21/04/15(Tue) 12:35, Martin Pieuchot wrote:
>> This diff adds the necessary glue to bridge(4) to be able to convert
>> other pseudo-drivers to if_input(). This will
Hi folks,
crypto(9) describes functions and constants that are not part of
crypto/cryptodev.h anymore (see 1.58 -> 1.60), this patch fixes that.
Cheers,
--
Vincent / dermiste
Index: crypto.9
===
RCS file: /cvs/src/share/man/man9/c
Hi folks,
this patch makes iked clean its SAs on shutdown: for each existing IKE
SA, all of their Child SAs will be removed from the kernel, and a IKE
DELETE notification payload will be sent to the peer.
Comments ?
Cheers,
--
Vincent / dermiste
Index: iked.h
=
Sorry for the very late reply, I'm currently very busy :/
On Fri, Apr 17, 2015 at 05:04:01AM +0200, Sunil Nimmagadda wrote:
> Range requests as defined in RFC7233 is required for resuming
> interrupted http(s) downloads for example:
> ftp -C http://foo.bar/install57.iso
>
> With this diff, httpd
Hi tech@,
This patch adds man pages for usbd_open_pipe, usbd_open_pipe_intr,
usbd_close_pipe and usbd_abort_pipe, done as two files:
usbd_open_pipe.9 and usbd_close_pipe.9. It also adds these two new .9
files to the appropriate Makefile and tweaks usbd_transfer(9) to refer
to usbd_open_pipe(9).