From 34a877ccac25d38172716d3d2488449c870cad0b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 14 Dec 2009 17:29:33 +0100 Subject: Minor updates. --- proto/ospf/lsalib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index deb3113..ab63398 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -14,7 +14,7 @@ flush_lsa(struct top_hash_entry *en, struct proto_ospf *po) struct proto *p = &po->proto; OSPF_TRACE(D_EVENTS, - "Going to remove node Type: %u, Id: %R, Rt: %R, Age: %u, SN: 0x%x", + "Going to remove LSA Type: %04x, Id: %R, Rt: %R, Age: %u, Seqno: 0x%x", en->lsa.type, en->lsa.id, en->lsa.rt, en->lsa.age, en->lsa.sn); s_rem_node(SNODE en); if (en->lsa_body != NULL) @@ -143,6 +143,7 @@ ntohlsab(void *n, void *h, u16 type, u16 len) hid[i] = ntohl(nid[i]); } +/* void buf_dump(const char *hdr, const byte *buf, int blen) { @@ -171,6 +172,7 @@ buf_dump(const char *hdr, const byte *buf, int blen) *bp = 0; log(L_WARN "%s\t%s", lhdr, b2); } +*/ #define MODX 4102 /* larges signed value without overflow */ -- cgit v1.2.3