]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_interface.c
eigrpd: Use FSM for interface pe already known.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 Aug 2017 17:26:50 +0000 (13:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 12:04:20 +0000 (08:04 -0400)
commit348addb4e7e44f614f84d75d41a0af1a8ad2e6c1
tree3e4d516fc855b0a0ca6e161dc233af2fcf55e84f
parent5ca6df7822a8cddd1a10b27760f6b6e274aced5d
eigrpd: Use FSM for interface pe already known.

There exists a case where a switch already has
a eigrp_prefix_entry for a interface that is
coming up.

In this situation, we need to use the FSM
to let the connected route take precedence
instead of blindly just updating the world
about it.

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