]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_csm.c
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / isisd / isis_csm.c
index aae90b008031a0754d44098260ddf88dde1f8d5d..e50f57ae1d2f9624c7802f04e1288a15d8d05f7a 100644 (file)
@@ -139,11 +139,11 @@ isis_csm_state_change(int event, struct isis_circuit *circuit, void *arg)
                        isis_circuit_if_add(circuit, (struct interface *)arg);
                        if (isis_circuit_up(circuit) != ISIS_OK) {
                                flog_err(
-                                       ISIS_ERR_CONFIG,
+                                       EC_ISIS_CONFIG,
                                        "Could not bring up %s because of invalid config.",
                                        circuit->interface->name);
                                flog_err(
-                                       ISIS_ERR_CONFIG,
+                                       EC_ISIS_CONFIG,
                                        "Clearing config for %s. Please re-examine it.",
                                        circuit->interface->name);
                                if (circuit->ip_router) {