mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 02:46:34 +00:00
eigrpd: Fix network statement
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
901fda9830
commit
db215e1f4d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user