Re: [patch] hostname.if5 additional info on point to point addressing

2017-10-13 Thread Joe Holden
On 12/10/2017 17:04, Tom Smyth wrote: Hi Ingo, First of all thanks for the feedback it is appreciated, especially when you think the thread is a waste of time. so rather than look for feedback on another patch for now If you could bear with me and let me outline why I think this thread is impo

Revised patch for mount_vnd/vnconfig to add -f flag

2017-05-02 Thread Joe Holden
Hi guys, Below is a revised patch (should be unmangled this time) that adds an -f option to print the first unused vnd_dev, fixed style nits and unbroken getopt. hat tip to Theo Buehler for pointers: Index: sbin/mount_vnd/mount_vnd.8 ===

Re: Patch to fix kernel build without IPSEC

2016-11-28 Thread Joe Holden
On 28/11/2016 11:33, Martin Pieuchot wrote: On 28/11/16(Mon) 11:23, Joe Holden wrote: On 28/11/2016 10:45, Martin Pieuchot wrote: On 28/11/16(Mon) 10:17, mail+li...@m.jwh.me.uk wrote: [...] Just a small one liner: If you want to submit diff, please send then against -current not 6.0. And

Re: Patch to fix kernel build without IPSEC

2016-11-28 Thread Joe Holden
On 28/11/2016 10:45, Martin Pieuchot wrote: On 28/11/16(Mon) 10:17, mail+li...@m.jwh.me.uk wrote: [...] Just a small one liner: If you want to submit diff, please send then against -current not 6.0. And make sure people can apply your diff, this is not the case with this one. Hiya, Yeah so

Re: bgpd: fix adding a new interface and network inet connected

2016-03-21 Thread Joe Holden
On 21/03/2016 19:04, Peter Hessler wrote: On 2016 Mar 21 (Mon) at 16:22:53 +0100 (+0100), Claudio Jeker wrote: :On Mon, Mar 21, 2016 at 03:54:38PM +0100, Peter Hessler wrote: :> We ran into a situation where we accidentally blackholed traffic going to :> a new Internet Exchange. When we added th

[patch] make npppd do as the man page says

2016-03-08 Thread Joe Holden
Below is a patch that corrects pptp to set the pptp hostname as the system hostname, as per the man page and l2tp: diff --git a/usr.sbin/npppd/pptp/pptp_ctrl.c b/usr.sbin/npppd/pptp/pptp_ctrl.c index 1dfdc03..722b2a0 100644 --- a/usr.sbin/npppd/pptp/pptp_ctrl.c +++ b/usr.sbin/npppd/pptp/pptp_c