]> git.proxmox.com Git - mirror_frr.git/commit
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 31 Dec 2018 00:54:25 +0000 (19:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 31 Dec 2018 00:55:50 +0000 (19:55 -0500)
commit900e2d42cfea6c2b21d9c737098a94799a5d96f1
tree0f5935d419987fc48ce6699fea00d7ee04a749e0
parente7c0d8c234d533555d211e82d341995d21e857be
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data

In eigrp we were using a uint32_t to hold the `struct in_addr` data
for the router id values.  This caused us to do unnecessary conversions
pre and post for in/out.  Let's just use the standard `struct in_addr`

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_dump.c
eigrpd/eigrp_network.c
eigrpd/eigrp_structs.h
eigrpd/eigrp_vty.c
eigrpd/eigrpd.c