Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | isisd: fix circuit state machine | Peter Szilagyi | |
isisd has a so-called circuit state machine that takes care about the interface state changes, such as initializing, down, up. When an interface was brought down by a link failure, the interface information was deleted and set to NULL. When the link was restored later, the interface was looked up by the old pointer, but since it was cleared, it was never found again, resulting in an interface never entering the up state again. Also, the program regularly crashed because of a deleted pointer in the same context which was later accessed without any further checking. Signed-off-by: Fritz Reichmann <fritz@reichmann.nl> | |||
2005-09-04 | * *.c: Try to be less verbose by default (without any debug options | hasso | |
on). * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of touching endp directly. * isis_lsp.c (lsp_build_pseudo): Ditto. | |||
2004-12-29 | Don't crash during interface up/down events. | hasso | |
2004-12-24 | zlog_* cleanup. Level of debug messages to LOG_DEBUG. | hasso | |
2004-10-07 | No warnings here any more. | hasso | |
2004-09-10 | Indentation only. No any functional changes. | hasso | |
2004-05-19 | Make it compile in NetBSD and OpenBSD. | hasso | |
2003-12-23 | Initial revision | jardin | |