summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-25 17:41:35 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-25 17:41:35 +0200
commitefa744c63b388773a4ea76d0f690042ec1689159 (patch)
tree3bf7a271693bfb4ac25a83a0abd313a939914a25 /python
parentdaf377aca3511e8ad74854828f3aaa1dd99f0a91 (diff)
downloadvyos-1x-efa744c63b388773a4ea76d0f690042ec1689159.tar.gz
vyos-1x-efa744c63b388773a4ea76d0f690042ec1689159.zip
tunnel: T3468: add interfaces to completion helper for bridge
Diffstat (limited to 'python')
-rw-r--r--python/vyos/ifconfig/tunnel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/ifconfig/tunnel.py b/python/vyos/ifconfig/tunnel.py
index 08854a3b0..2a266fc9f 100644
--- a/python/vyos/ifconfig/tunnel.py
+++ b/python/vyos/ifconfig/tunnel.py
@@ -43,6 +43,7 @@ class TunnelIf(Interface):
**{
'section': 'tunnel',
'prefixes': ['tun',],
+ 'bridgeable': True,
},
}