From 64d6e689a8274845a49e6931eda6cda04615de42 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Thu, 26 Nov 2020 07:49:10 +0100
Subject: tunnel: T3072: remove bridgable variable as this is already set by
 the base class

---
 python/vyos/ifconfig/tunnel.py | 1 -
 1 file changed, 1 deletion(-)

(limited to 'python')

diff --git a/python/vyos/ifconfig/tunnel.py b/python/vyos/ifconfig/tunnel.py
index dd4225eb3..00dc36420 100644
--- a/python/vyos/ifconfig/tunnel.py
+++ b/python/vyos/ifconfig/tunnel.py
@@ -45,7 +45,6 @@ class _Tunnel(Interface):
         **{
             'section': 'tunnel',
             'prefixes': ['tun',],
-            'bridgeable': False,
         },
     }
 
-- 
cgit v1.2.3