From: Igor Ryzhov Date: Mon, 21 Jun 2021 15:12:45 +0000 (+0300) Subject: fabricd: fix running config X-Git-Tag: frr-8.0.1~91^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6cf8ae5300a6c8b9d14acf16be9c950217f8ac6b;p=mirror%2Ffrr.git fabricd: fix running config Daemons should not output warnings into the running config. Signed-off-by: Igor Ryzhov (cherry picked from commit b0f8f4d23eaecde6cf9650bf986e2c5bef82b065) --- diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c index 896bbc2cb0..bccb9065f4 100644 --- a/isisd/isis_circuit.c +++ b/isisd/isis_circuit.c @@ -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 */