openfabric: removing loopback interface configuration errors out with "ISIS is not enabled" #17535
Open
2 tasks done
Labels
triage
Needs further investigation
Description
Removing OpenFabric configuration from loopback interface will bail out with an ISIS related error.
Most likely due to a copy/paste issue
Version
FRR
stable/10.1
2708aaaHow to reproduce
Load this configuration into FRR:
sudo /usr/lib/frr/frr-reload.py --reload /home/cpo/openfabric.txt
Unload the configuration:
Expected behavior
No error
Actual behavior
Additional context
Despite the error https://github.com/FRRouting/frr/blob/stable/10.1/isisd/isis_vty_fabricd.c contains several calls to
vty_out()
that reference ISIS in the message, should most likely be replaced withPROTO_NAME
definition as in:Checklist
The text was updated successfully, but these errors were encountered: