cloudflare / boringtun

Userspace WireGuard® Implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to modify interface: Protocol error

pexcn opened this issue · comments

Now I use boringtun as wireguard userspace implementation, and I execute this command, there is a certain probability that an error will be reported, and then wireguard will not be available.

wg set wg-home peer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= endpoint xxx.xxx.xxx.xxx:xxxxx
Unable to modify interface: Protocol error

I don't have this problem when I use wireguard-go as userspace implementation.