]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_lsp.c
isisd: Unlink LSP fragments from LSP0 on lsp_destroy
authorChristian Franke <chris@opensourcerouting.org>
Tue, 16 Oct 2018 15:36:45 +0000 (17:36 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Tue, 16 Oct 2018 17:35:54 +0000 (19:35 +0200)
commitdc84cf1494df750a6da4862185fba5cb3a29645e
tree0173296f1ef265e6a44fb5f614ba8f921c8bfeb5
parent4a99c191c993f0f75bbee7b2c7c850a42495c1d9
isisd: Unlink LSP fragments from LSP0 on lsp_destroy

isisd would crash when lsp fragments aged out, since they got freed
correctly, but were not removed from LSP0's linked list of fragments.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/isis_lsp.c