Page MenuHomeVyOS Platform

Unhandled exception when configuring IS-IS
Closed, ResolvedPublicBUG

Description

Initially reported via forum https://forum.vyos.io/t/is-is-route-redistribution-error-without-providing-a-level/14116

Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/protocols_isis.py", line 309, in <module>
    verify(c)
  File "/usr/libexec/vyos/conf_mode/protocols_isis.py", line 158, in verify
    f'"protocols isis {process} redistribute {afi} {proto}"!')
                       ^^^^^^^
NameError: name 'process' is not defined

Reproduce

set protocols isis interface eth1
set protocols isis net '49.0001.1921.6825.5255.00'
set protocols isis redistribute ipv4 bgp

Details

Version
1.4.0-epa1
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)