]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: ignore unknown interfaces when adjusting IS-IS mtu
authorChristian Franke <nobody@nowhere.ws>
Sun, 3 Apr 2016 15:46:28 +0000 (12:46 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Apr 2016 12:07:09 +0000 (08:07 -0400)
commitbe2fdb51075830030ad8bea4981ba72a27731932
tree538a6b7ca0d0c3fcb37780b1bc900b03760d5612
parent233d97e903493fa0393a935a75cc895e8dbbdb69
isisd: ignore unknown interfaces when adjusting IS-IS mtu

For example during startup of isisd, the MTU of interfaces is not
known, since this information will only be available once the
interfaces have been learned from zebra.

It makes no sense to include the MTU 0 that is stored for interfaces
in this state in the consideration whether a new lsp-mtu for an
area is valid, so skip interfaces which are in this state.

Signed-off-by: Christian Franke <nobody@nowhere.ws>
isisd/isisd.c