Re: [Openvpn-devel] Setting lladdr in NetBSD

2009-12-22 Thread Frederic Jaeckel
nvpn based lladdr is set _before_ the custom lladdr is set. Dunno why, but it has to be fixed anyway. I'll look deeper into that in my free time soon. regards, Frederic Jaeckel On Tue, 22 Dec 2009 12:15:45 +0100 Frederic Jaeckel wrote: > Hi, > > todays openvpn isn't suppo

[Openvpn-devel] Setting lladdr in NetBSD

2009-12-22 Thread Frederic Jaeckel
Hi, todays openvpn isn't supporting NetBSDs way to set the lladdr for tap(4) devices. Here's the patch to support this. Please integrate this in the next release. best regards and thanks for the work, Frederic Jaeckel --- lladdr.c2009-12-22 12:08:23.0 +0100 +++ lladdr.c.