diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:04:11 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:04:11 +0000 |
| commit | f0132ab5a76ccd04398c413635699d08b8e24a75 (patch) | |
| tree | 2833d51d1dc22b72d672f3f2917f32f902c9ce37 /eigrpd/eigrp_reply.c | |
| parent | 5b003f31fdd6171c4b65546490221f63b2114c4d (diff) | |
eigrpd: EIGRP_[ERR|WARN] -> EC_EIGRP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_reply.c')
| -rw-r--r-- | eigrpd/eigrp_reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c index b6e6352def..88b14b6021 100644 --- a/eigrpd/eigrp_reply.c +++ b/eigrpd/eigrp_reply.c @@ -170,7 +170,7 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph, if (!dest) { char buf[PREFIX_STRLEN]; - flog_err(EIGRP_ERR_PACKET, + flog_err(EC_EIGRP_PACKET, "%s: Received prefix %s which we do not know about", __PRETTY_FUNCTION__, prefix2str(&dest_addr, buf, sizeof(buf))); |
