From 9d4d38d1a5d67f5485d2b2fa439c879583dfdcb0 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 28 Oct 2009 22:39:24 +0100 Subject: Fixes some problems related to link-local routes in KRT interface. --- proto/ospf/lsupd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto/ospf') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index cb79461..5278f1b 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -457,8 +457,6 @@ ospf_lsupd_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa, /* pg 143 (1) */ chsum = lsa->checksum; - log(L_WARN "Checking rcv %R %R %d (len %d)", ntohl(lsa->id), ntohl(lsa->rt), ntoht(lsa->type), ntohs(lsa->length)); - buf_dump("RCV", lsa, ntohs(lsa->length)); if (chsum != lsasum_check(lsa, NULL)) { log(L_WARN "Received bad lsa checksum from %I: %x %x", n->ip, chsum, lsa->checksum); -- cgit v1.2.3