max-moser/network-manager-wireguard

failed to look up VPN interface index for "(interface name)"

solinium opened this issue · 1 comments

I'm using a conf file without a local listen port, so I made a quick patch so it wouldn't require it. Whenever I start the VPN, in I get 'activation of connection failed', and in journalctl I get:
(interface name)]: failed to look up VPN interface index for "interface name"
To clarify, I'm not sure if this happens with conf files with a local listen port, however it is a valid config so it should work anyway.

After merging the pull request by @Druco , it works fine. It was likely my patch.