strongswan/src/libcharon/plugins/kernel_pfroute
Tobias Brunner 039b85dd43 kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFO
It seems that there is a race, at least in 10.13, that lets
if_indextoname() fail for the new TUN device. So we delay the call a bit,
which seems to "fix" the issue. It's strange anyway that the previous
delay was only applied when an iface entry was already found.
2017-09-26 09:33:46 +02:00
..
Makefile.am libhydra: Move kernel interface to libcharon 2016-03-03 17:36:11 +01:00
kernel_pfroute_net.c kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFO 2017-09-26 09:33:46 +02:00
kernel_pfroute_net.h libhydra: Move all kernel plugins to libcharon 2016-03-03 17:36:11 +01:00
kernel_pfroute_plugin.c libhydra: Move kernel interface to libcharon 2016-03-03 17:36:11 +01:00
kernel_pfroute_plugin.h libhydra: Move all kernel plugins to libcharon 2016-03-03 17:36:11 +01:00