mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 13:31:48 +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);
|
||||
|
||||
if (isis == NULL) {
|
||||
vty_out(vty, "ISIS routing instance not found");
|
||||
if (isis == NULL)
|
||||
return 0;
|
||||
}
|
||||
|
||||
FOR_ALL_INTERFACES (vrf, ifp) {
|
||||
/* IF name */
|
||||
|
Loading…
Reference in New Issue
Block a user