https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248172
--- Comment #20 from Gert Doering <[email protected]> --- Just for the record: if I insert a "sleep(1)" in the tester.c between the open() call to /dev/tun0 and the ifconfig statement, *and* insert a "sleep 1" in pccard_ether between "`ifconfig -ul` and if [ "${uif}" = "${ifn}" ] - then the time window for the race is wide enough that "it always happens". Of course it would be great to find a non-racy solution that does not involve telling users "you must change your rc.conf to make openvpn+ipv6 work reliably for you" (they might actually have "on all interfaces" disabled on purpose). But I can already say: thanks for all your help! -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
