]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: fix a crash due to an lsp-mtu issue
authorChristian Franke <nobody@nowhere.ws>
Sun, 3 Apr 2016 15:46:26 +0000 (12:46 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Apr 2016 12:06:42 +0000 (08:06 -0400)
commitba75ed2cf857d0d0ce818ea9b825708087b0a699
treea562ff97530426f1471b83305c03da7031d8245b
parenta5c63cea79a20f0fa471977baf997fb75a56ea7d
isisd: fix a crash due to an lsp-mtu issue

isisd crashed on startup if it was enabled for an interface with
a too small MTU.

To fix this, we treat this case as an invalid configuration and
disable isis on that interface if that case happens, since it is
a configuration error.

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