Merge pull request #8892 from idryzhov/fabric-no-instance

fabricd: fix running config
This commit is contained in:
Donald Sharp 2021-06-22 08:09:05 -04:00 committed by GitHub
commit 64fcf85d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */