Page MenuHomeVyOS Platform

isis: NameError: name 'process' is not defined
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

Difficulty level
Easy (less than an hour)
Version
1.4.0-epa1
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)