Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-04-07 | 2005-04-07 Paul Jakma <paul.jakma@sun.com> | paul | |
* (global): Fix up list loops to match changes in lib/linklist, and some basic auditing of usage. * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES * HACKING: Add notes about deprecating interfaces and commands. * lib/linklist.h: Add usage comments. Rename getdata macro to listgetdata. Rename nextnode to listnextnode and fix its odd behaviour to be less dangerous. Make listgetdata macro assert node is not null, NULL list entries should be bug condition. ALL_LIST_ELEMENTS, new macro, forward-referencing macro for use with for loop, Suggested by Jim Carlson of Sun. Add ALL_LIST_ELEMENTS_RO for cases which obviously do not need the "safety" of previous macro. LISTNODE_ADD and DELETE macros renamed to ATTACH, DETACH, to distinguish from the similarly named functions, and reflect their effect better. Add a QUAGGA_NO_DEPRECATED_INTERFACES define guarded section with the old defines which were modified above, for backwards compatibility - guarded to prevent Quagga using it.. * lib/linklist.c: fix up for linklist.h changes. * ospf6d/ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single scan of the area list, rather than scanning all areas first for INTER_ROUTER and then again for INTER_NETWORK. According to 16.2, the scan should be area specific anyway, and further ospf6d does not seem to implement 16.3 anyway. | |||
2004-12-29 | Really fix crashes now. Revert isis_circuit_update_params() part of previous | hasso | |
commit. Replace all if_is_up() calls with if_is_operative(). | |||
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-26 | Brown paperbag please. Fix previous commit. | hasso | |
2004-09-26 | Compiler warnings fixes. | hasso | |
2004-09-23 | Remove usage of evil list and listnode typedefs. | hasso | |
2004-09-17 | Another great little fix from LIU Xin. | hasso | |
2004-09-14 | Isisd is now able to remove addresses from circuit and trigger LSP updates | hasso | |
if it's done. Some random fixes as well and update to sample configuration. | |||
2004-09-10 | Fixes from LIU Xin. | hasso | |
2004-09-10 | Indentation only. No any functional changes. | hasso | |
2004-05-19 | Make it compile in NetBSD and OpenBSD. | hasso | |
2004-02-11 | Threads usage cleanup. Still at least one bug to go. | hasso | |
2004-01-27 | Fixing previous commit. | hasso | |
2004-01-27 | Make "(no) ip address x.x.x.x/x" commands work again in vtysh. | hasso | |
2003-12-23 | Some fixes to isisd done by me and Cougar in the spring of 2003. See | hasso | |
changelog for details. | |||
2003-12-23 | Initial revision | jardin | |