summaryrefslogtreecommitdiffstats
path: root/proto/ospf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-11-29 10:09:25 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-11-29 10:09:25 +0100
commite4a810b0ce3d7904e87a210c44c36eda7cba7a3e (patch)
tree4e2014ea7726c998eca812f393205b6eeb05fb4b /proto/ospf
parentcbf8b08d622695f360bcdd80d61eb4add967749e (diff)
downloadbird-e4a810b0ce3d7904e87a210c44c36eda7cba7a3e.tar
bird-e4a810b0ce3d7904e87a210c44c36eda7cba7a3e.zip
Temporary commit.
Diffstat (limited to 'proto/ospf')
-rw-r--r--proto/ospf/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index f75e8eb..e809baf 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -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