summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-26 07:49:10 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-26 07:49:10 +0100
commit64d6e689a8274845a49e6931eda6cda04615de42 (patch)
tree153d1594ce275e87e934df082a548266e59aa28a /python
parente59415d350c9f7c57a3fee350e5426a5fc920722 (diff)
downloadvyos-1x-64d6e689a8274845a49e6931eda6cda04615de42.tar.gz
vyos-1x-64d6e689a8274845a49e6931eda6cda04615de42.zip
tunnel: T3072: remove bridgable variable as this is already set by the base class
Diffstat (limited to 'python')
-rw-r--r--python/vyos/ifconfig/tunnel.py1
1 files changed, 0 insertions, 1 deletions
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,
},
}