diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-18 01:40:44 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-18 01:40:44 +0200 |
commit | 29e48d5859ebc091fb42510b76a5aa9df8aee967 (patch) | |
tree | b0bca58873097a908e2a1ded1d4dde2b301c0904 /eigrpd/eigrp_reply.c | |
parent | eigrpd: Cleanup some more debugs (diff) | |
download | frr-29e48d5859ebc091fb42510b76a5aa9df8aee967.tar.xz frr-29e48d5859ebc091fb42510b76a5aa9df8aee967.zip |
eigrpd: and More Debugging Cleanup
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_reply.c')
-rw-r--r-- | eigrpd/eigrp_reply.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c index 1a4af1590..60390ad8a 100644 --- a/eigrpd/eigrp_reply.c +++ b/eigrpd/eigrp_reply.c @@ -84,9 +84,7 @@ void eigrp_send_reply(struct eigrp_neighbor *nbr, struct eigrp_prefix_entry *pe) plist = e->prefix[EIGRP_FILTER_OUT]; alist_i = nbr->ei->list[EIGRP_FILTER_OUT]; plist_i = nbr->ei->prefix[EIGRP_FILTER_OUT]; - zlog_info("REPLY Send: Filtering"); - zlog_info("REPLY SEND Prefix: %s", inet_ntoa(nbr->src)); /* Check if any list fits */ if ((alist && access_list_apply(alist, (struct prefix *)pe2->destination_ipv4) @@ -106,8 +104,6 @@ void eigrp_send_reply(struct eigrp_neighbor *nbr, struct eigrp_prefix_entry *pe) zlog_info("REPLY SEND: Setting Metric to max"); pe2->reported_metric.delay = EIGRP_MAX_METRIC; - } else { - zlog_info("REPLY SEND: Not setting metric"); } /* |