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> | |||
2007-08-07 | [isisd] Add support for Solaris DLPI | Paul Jakma | |
2007-08-07 James Carlson <james.d.carlson@sun.com> * configure.ac: Added support for separate link-layer access mechanisms in isisd. * isis_network.c: split up into isis_bpf.c, isis_dlpi.c, and isis_pfpacket.c, selected by autoconf, and added DLPI support. * (general) Fixed to allow compilation and use on Solaris. | |||
2005-09-26 | * isis_circuit.[ch]: Some preliminary support for specifying wide | hasso | |
circuit metrics. Needs more thinking though, but should do for now. | |||
2004-09-10 | Indentation only. No any functional changes. | hasso | |
2003-12-23 | Initial revision | jardin | |