]> git.puffer.fish Git - mirror/frr.git/commit
eigrpd: add correct interface metrics when interface comes up 1054/head
authorDon Slice <dslice@cumulusnetworks.com>
Sat, 26 Aug 2017 19:51:43 +0000 (15:51 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Sat, 26 Aug 2017 19:55:29 +0000 (15:55 -0400)
commitcd6c573c697897dd73fb4bffeb176940af4582c2
treea7bc58b305210dc601ae6a54341413f28708cce6
parentc3f779dc1ab632b1ba74bf16c39dc2f18e6187bc
eigrpd: add correct interface metrics when interface comes up

Problem noticed where we were not sending the correct metric values
to our peers for connected interfaces.  Found that we were not storing
these values on the structure used to send the update packets.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
eigrpd/eigrp_interface.c