diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index bf56cb00c..a1532e438 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -793,6 +793,8 @@ static void initialize_netdevices(void) // This adds connected veth0 and veth1 devices. {"veth", 0}, {"xfrm", "xfrm0"}, + {"wireguard", "wireguard0"}, + {"wireguard", "wireguard1"}, }; const char* devmasters[] = {"bridge", "bond", "team", "batadv"}; // If you extend this array, also update netdev_addr_id in vnet.txt @@ -857,6 +859,8 @@ static void initialize_netdevices(void) {"batadv_slave_1", ETH_ALEN}, {"geneve0", ETH_ALEN}, {"geneve1", ETH_ALEN}, + {"wireguard0", 0}, + {"wireguard1", 0}, }; int sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); if (sock == -1) |
