Page MenuHomeVyOS Platform

vtysh failed to process new configuration
Closed, ResolvedPublicBUG

Description

since upgrading from vyos-1.5-rolling-202411260813-generic-amd64.iso to vyos-1.5-rolling-202501270007-generic-amd64.iso I get the error message below.

Jan 27 20:46:41 python3[793]: Traceback (most recent call last):
Jan 27 20:46:41 python3[793]:   File "/usr/libexec/vyos/services/vyos-configd", line 339, in <module>
Jan 27 20:46:41 python3[793]:     frr.apply()
Jan 27 20:46:41 python3[793]:   File "/usr/lib/python3/dist-packages/vyos/frrender.py", line 744, in apply
Jan 27 20:46:41 python3[793]:     raise ConfigError(emsg)
Jan 27 20:46:41 vyos.base.ConfigError[793]: vtysh failed to process new configuration: vtysh (mark file) exited with
Jan 27 20:46:41 python3[793]: status 2: b'line 39: % Unknown command:  ip  route 0.0.0.0/0 pppoe0 tag

This is probably caused by the configuration below.

set vrf name test1 protocols static route 0.0.0.0/0 interface pppoe0 vrf 'test2'

Details

Version
1.5-rolling-202501270007
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)