diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-22 20:26:31 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-22 20:09:09 +0000 |
commit | ffe1086cfc259a176ebc52c8d228fde4658bd7bc (patch) | |
tree | 27ffbcce1e11da25266f3c42c3de88c0b3c9e9a6 /src/conf_mode/service_webproxy.py | |
parent | f61f9e5c31c76b33dc0a67627bab98605a2b5be4 (diff) | |
download | vyos-1x-ffe1086cfc259a176ebc52c8d228fde4658bd7bc.tar.gz vyos-1x-ffe1086cfc259a176ebc52c8d228fde4658bd7bc.zip |
isis: T6160: NameError: name 'process' is not defined
This is a leftover after commit 0e050cb35 (isis: T3417: drop artificial "domain"
node identifying the IS-IS process name). Drop all references to "process"
variable.
Specifying:
set protocols isis interface eth1
set protocols isis net '49.0001.1921.6825.5255.00'
set protocols isis redistribute ipv4 bgp
Triggered an exception
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
(cherry picked from commit 78212414e085d6261a32015553eb3e407f77792f)
Diffstat (limited to 'src/conf_mode/service_webproxy.py')
0 files changed, 0 insertions, 0 deletions