]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_routemap.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / ospfd / ospf_routemap.c
index d4513eebd35e0e6f949ebd9cba4da91871da84ea..54009639fc37ea03af10f486c15fbdb3b580182b 100644 (file)
@@ -393,7 +393,7 @@ static void *route_set_metric_compile(const char *arg)
                metric->type = metric_absolute;
 
        if (strmatch(arg, "+rtt") || strmatch(arg, "-rtt")) {
-               flog_warn(OSPF_WARN_SET_METRIC_PLUS,
+               flog_warn(EC_OSPF_SET_METRIC_PLUS,
                          "OSPF does not support 'set metric +rtt / -rtt'");
                return metric;
        }