From c6371718f39dedd2a03010a9dc26a18d96abbe7f Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 17 Jan 2006 17:49:53 +0000 Subject: [ospfd/zserv] adjust to new format 2006-01-17 Paul Jakma * ospf_packet.c: (ospf_verify_header) print out the types involved if there's a mismatch. * ospf_zebra.c: (ospf_zebra_add) Adjust to new zserv format. --- ospfd/ospf_packet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ospfd/ospf_packet.c') diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 54b30ca7..d6aca719 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -2253,8 +2253,8 @@ ospf_verify_header (struct stream *ibuf, struct ospf_interface *oi, /* Check authentication. */ if (ospf_auth_type (oi) != ntohs (ospfh->auth_type)) { - zlog_warn ("interface %s: ospf_read authentication type mismatch.", - IF_NAME (oi)); + zlog_warn ("interface %s: auth-type mismatch, local %d, rcvd %d", + IF_NAME (oi), ospf_auth_type (oi), ntohs (ospfh->auth_type)); return -1; } -- cgit v1.2.3