eigrpd: Fix network statement

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-05-29 07:08:52 -04:00
parent 901fda9830
commit db215e1f4d

View File

@ -305,7 +305,7 @@ eigrp_if_up (struct eigrp_interface *ei)
pe->serno = eigrp->serno;
pe->destination_ipv4 = prefix_ipv4_new ();
prefix_copy ((struct prefix *)pe->destination_ipv4,
(struct prefix *)&dest_addr);
(struct prefix *)dest_addr);
pe->af = AF_INET;
pe->nt = EIGRP_TOPOLOGY_TYPE_CONNECTED;