]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Temporary commit.
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 29 Nov 2009 09:09:25 +0000 (10:09 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 29 Nov 2009 09:09:25 +0000 (10:09 +0100)
proto/ospf/config.Y

index f75e8eb5914e9fdf504857364424b608868c4e6f..e809baf9192f7b09d67ee237886ae3337037bef9 100644 (file)
@@ -39,7 +39,7 @@ static void
 finish_iface_config(struct ospf_iface_patt *ip)
 {
   if ((ip->autype != OSPF_AUTH_NONE) || (get_passwords() != NULL))
-    log(L_WARN "Authentication not supported in OSPFv3");
+    cf_error("Authentication not supported in OSPFv3");
 }
 #endif