diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-25 17:41:35 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-25 17:41:35 +0200 |
commit | efa744c63b388773a4ea76d0f690042ec1689159 (patch) | |
tree | 3bf7a271693bfb4ac25a83a0abd313a939914a25 /python | |
parent | daf377aca3511e8ad74854828f3aaa1dd99f0a91 (diff) | |
download | vyos-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.py | 1 |
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, }, } |