summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'eigrpd/eigrp_reply.c')
-rw-r--r--eigrpd/eigrp_reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c
index 7015413f56..92cea77305 100644
--- a/eigrpd/eigrp_reply.c
+++ b/eigrpd/eigrp_reply.c
@@ -237,7 +237,7 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph,
msg.packet_type = EIGRP_OPC_REPLY;
msg.eigrp = eigrp;
- msg.data_type = EIGRP_TLV_IPv4_INT;
+ msg.data_type = EIGRP_INT;
msg.adv_router = nbr;
msg.data.ipv4_int_type = tlv;
msg.entry = entry;