Page MenuHomeVyOS Platform

Bridge l2tpv3 + ethX errors
Closed, ResolvedPublicBUG

Description

Errors, when trying bridge l2pv3 l2tpethX + ethX

[email protected]# set interfaces bridge br0 description br0
[edit]
[email protected]# commit
[edit]
[email protected]# set interfaces l2tpv3 l2tpeth1 bridge-group bridge br0
[edit]
[email protected]# set interfaces ethernet eth1 bridge-group bridge br0
[edit]
[email protected]# commit
[ interfaces ethernet eth1 bridge-group ]
Use of uninitialized value in concatenation (.) or string at /opt/vyatta/sbin/vyatta-bridge.pl line 51.
Adding interface eth1 to bridge br0

[ interfaces l2tpv3 l2tpeth1 bridge-group ]
Use of uninitialized value in concatenation (.) or string at /opt/vyatta/sbin/vyatta-bridge.pl line 51.
Adding interface l2tpeth1 to bridge br0

[edit]
[email protected]# sudo brctl show
bridge name	bridge id		STP enabled	interfaces
br0		8000.500000030001	no		eth1
							l2tpeth1
[edit]
[email protected]# run show version 
Version:          VyOS 1.2.5
Built by:         Sentrium S.L.
Built on:         Sun 12 Apr 2020 15:18 UTC
Build UUID:       1695c660-d785-4b16-a54b-66d6a02ea24f
Build Commit ID:  48cc9fc46569e6

But bridge working

[email protected]# sudo brctl show
bridge name	bridge id		STP enabled	interfaces
br0		8000.500000030001	no		eth1
                     							l2tpeth1

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.2.5
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)