Encapsulation gre-bridge Not working

Hi, whenever i try and configure a tunnel interface with encapsulation ‘gre-bridge’ i can never commit the changes, following errors received …

Report Time: 2021-01-11 01:33:41
Image Version: VyOS 1.4-rolling-202101101922
Release Train: sagitta

Built by: autobuild@vyos.net
Built on: Sun 10 Jan 2021 19:22 UTC
Build UUID: 396bdd2c-4302-44d1-96d4-dbc71d79469d
Build Commit ID: ae2279e30b1222

Architecture: x86_64
Boot via: installed image
System type: VMware guest

Hardware vendor: VMware, Inc.
Hardware model: VMware Virtual Platform

Traceback (most recent call last):
File “/usr/libexec/vyos/conf_mode/interfaces-tunnel.py”, line 196, in
apply(c)
File “/usr/libexec/vyos/conf_mode/interfaces-tunnel.py”, line 185, in apply
tun = klass(tunnel[‘ifname’], **conf)
File “/usr/lib/python3/dist-packages/vyos/ifconfig/tunnel.py”, line 68, in init
super().init(ifname, **config)
File “/usr/lib/python3/dist-packages/vyos/ifconfig/interface.py”, line 264, in init
self._create()
File “/usr/lib/python3/dist-packages/vyos/ifconfig/tunnel.py”, line 76, in _create
self._cmd(‘{} {}’.format(create.format(**self.config), options))
File “/usr/lib/python3/dist-packages/vyos/ifconfig/control.py”, line 51, in _cmd
return cmd(command, self.debug)
File “/usr/lib/python3/dist-packages/vyos/util.py”, line 179, in cmd
raise OSError(code, feedback)
OSError: [Errno 255] failed to run command: ip tunnel add tun0 mode gretap local 192.168.253.2 remote 192.168.253.1 ttl 255
returned:
exit code: 255

noteworthy:
cmd ‘ip tunnel add tun0 mode gretap local 192.168.253.2 remote 192.168.253.1 ttl 255’
returned (out):

returned (err):
Unknown tunnel mode “gretap”

[[interfaces tunnel tun0]] failed
Commit failed
[edit]

Hello @djgroom,

Thank you for this information, already created a bug report on VyOS development portal ⚓ T3205 Does not possible to configure tunnel mode gre-bridge

@djgroom, already fixed in the latest rolling.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.