From e59415d350c9f7c57a3fee350e5426a5fc920722 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 26 Nov 2020 07:48:33 +0100 Subject: wireguard: T2653: interface is not bridgeable FileNotFoundError: [Errno 2] failed to run command: ip link set dev wg01 master br0 --- python/vyos/ifconfig/wireguard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/ifconfig/wireguard.py b/python/vyos/ifconfig/wireguard.py index ac6dc2109..9ee798ee8 100644 --- a/python/vyos/ifconfig/wireguard.py +++ b/python/vyos/ifconfig/wireguard.py @@ -165,7 +165,7 @@ class WireGuardIf(Interface): **{ 'section': 'wireguard', 'prefixes': ['wg', ], - 'bridgeable': True, + 'bridgeable': False, } } options = Interface.options + \ -- cgit v1.2.3