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.c    2009-12-22 12:08:23.000000000 +0100
+++ lladdr.c.b  2009-12-22 12:08:14.000000000 +0100
@@ -36,6 +36,11 @@  
                    "%s %s lladdr %s",
                    IFCONFIG_PATH,
                    ifname, lladdr);
+#elif defined(TARGET_NETBSD)
+  argv_printf (&argv,
+                   "%s %s link %s",
+                   IFCONFIG_PATH,
+                   ifname, lladdr);
 #elif defined(TARGET_DARWIN)
   argv_printf (&argv,
                    "%s %s lladdr %s",

Attachment: signature.asc
Description: PGP signature

Reply via email to