mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 17:06:28 +00:00
Merge pull request #8892 from idryzhov/fabric-no-instance
fabricd: fix running config
This commit is contained in:
commit
64fcf85d38
@ -1076,10 +1076,8 @@ static int isis_interface_config_write(struct vty *vty)
|
|||||||
|
|
||||||
isis = isis_lookup_by_vrfid(vrf->vrf_id);
|
isis = isis_lookup_by_vrfid(vrf->vrf_id);
|
||||||
|
|
||||||
if (isis == NULL) {
|
if (isis == NULL)
|
||||||
vty_out(vty, "ISIS routing instance not found");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
|
||||||
|
|
||||||
FOR_ALL_INTERFACES (vrf, ifp) {
|
FOR_ALL_INTERFACES (vrf, ifp) {
|
||||||
/* IF name */
|
/* IF name */
|
||||||
|
Loading…
Reference in New Issue
Block a user