From e4a810b0ce3d7904e87a210c44c36eda7cba7a3e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 29 Nov 2009 10:09:25 +0100 Subject: Temporary commit. --- proto/ospf/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/config.Y') 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 -- cgit v1.2.3