]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_update.c
eigrpd: Make code a bit easier to read in eigrp_update.c
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 26 Aug 2017 12:49:00 +0000 (08:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 26 Aug 2017 12:53:02 +0000 (08:53 -0400)
commit3a45a729a3e4a36becc81ee87a2170c20e8c5d6c
tree1c7159d000631398e412323b59f4c7ba4e3ea398
parente8165dd38088272a3b85981534c83a518a722d6a
eigrpd: Make code a bit easier to read in eigrp_update.c

Lots of multiple pointer dereferences that made the
code lines really long, so let's properly setup
the pointers in a way that makes it easier to read.

No need to lookup the eigrp pointer because we already
have it, so let's use this( this will be good for the
future too when we have VRF's).

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_update.c