summaryrefslogtreecommitdiffstats
path: root/isisd/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.hasso2004-11-251-0/+4
|
* 2004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-241-0/+4
| | | | | | | | | * zassert.h: New header file to declare a quagga-specific assert macro. * log.c: (_zlog_assert_failed) New function called when assert fails to log the error and abort. * zebra.h: Include "zassert.h" instead of <assert.h>. * regex.c: Include "zassert.h" instead of <assert.h>. * dict.c: Include "zassert.h" instead of <assert.h>.
* Initialize access lists here as well.hasso2004-10-131-0/+5
|
* Sync isisd with changes in lib.hasso2004-10-111-0/+5
|
* No warnings here any more.hasso2004-10-071-0/+8
|
* Common router id.hasso2004-10-031-0/+7
|
* This code didn't survive valgrinding. I wonder how it survived normal run.hasso2004-09-271-0/+4
|
* Brown paperbag please. Fix previous commit.hasso2004-09-261-0/+5
|
* Compiler warnings fixes.hasso2004-09-261-0/+7
|
* Compile with gcc-4.0.hasso2004-09-261-0/+5
|
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-0/+6
| | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-0/+4
|
* Yet another DIS election fix from LIU Xin - update dis_record ofhasso2004-09-211-0/+4
| | | | adjacencies when isisd becomes DIS.
* Make "C" vendor routers happy - put correct prefix addresses intohasso2004-09-211-0/+5
| | | | reachability TLV's. Somehow it wasn't problem for "J" vendor routers.
* 2004-09-20 LIU Xin <lx at ns.6test.edu.cn>hasso2004-09-201-0/+7
| | | | | | | * isis_dr.c, isis_events.c: Remove hello multiplier usage while scheduling DIS election. * isis_pdu.c: Don't call isis_event_dis_status_change() whenever l[1|2]_desig_is is different from hdr.lan_id.
* Rework of SPF threads schedule logic. I'm not 100% sure whether it's righthasso2004-09-191-0/+8
| | | | | | thing to do to have completely separate threads for IPv4 and IPv6 SPF though. But it works and it's now possible to have both IPv4 and IPv6 enabled in interface. One bug fixed in LSP regeneration scheduling as well.
* Another great little fix from LIU Xin.hasso2004-09-171-0/+5
|
* Second part of fixes from Laurent Rabret.hasso2004-09-151-0/+12
|
* Isisd is now able to remove addresses from circuit and trigger LSP updateshasso2004-09-141-0/+15
| | | | if it's done. Some random fixes as well and update to sample configuration.
* isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.hasso2004-09-141-0/+4
|
* Fixes from LIU Xin.hasso2004-09-101-0/+9
|
* Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).hasso2004-05-191-0/+9
| | | | Also tiny temporary fix from me to spf thread crash. Will look at it later.
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-0/+5
|
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bgp_zebra.c: (bgp_interface_address_add) sync to zclient changes (bgp_interface_address_delete) ditto. (bgp_zebra_announce) ditto. (bgp_zebra_withdraw) ditto. * isis_zebra.c: Sync with zclient changes. * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe message format. * ospf6_zebra.c: Sync to zclient changes * ospf_zebra.c: Sync with lib/zclient changes * rip_zebra.c: sync with zclient changes. * rip_interface.c: ditto. * ripng_{interface,zebra}.c: sync with zclient changes 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route (zapi_ipv4_delete) ditto. (zapi_ipv4_route) add/delete a route by way of cmd arg. (zapi_ipv6_add) collapsed into zapi_ipv6_route. (zapi_ipv6_delete) ditto. (zapi_ipv6_route) add/delete a route by way of cmd arg. (zebra_interface_address_delete_read) collapsed into zebra_interface_address_read. (zebra_interface_address_delete_read) ditto. (zebra_interface_address_read) read address add/delete messages by way of type argument. Describe command message format. (zebra_interface_add_read) Unconditionally read new ifmtu6 field. Describe command message format. (zebra_interface_state_read) Unconditionally read new ifmtu6 field. (zclient_redistribute_set) Collapsed into zclient_redistribute (zclient_redistribute_unset) ditto (zclient_redistribute) set/unset redistribution. (zclient_redistribute_default_set) Collapsed into zclient_redistribute_default. (zclient_redistribute_default_unset) ditto. (zclient_redistribute_default) Redistribute default set/unset. * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add zclient_redistribute. Ditto for zclient_redistribute_default_{set/unset}.
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-0/+4
|
* Make "(no) ip address x.x.x.x/x" commands work again in vtysh.hasso2004-01-271-0/+4
|
* Fix some threads related problems [quagga-dev 591].hasso2003-12-311-0/+3
|
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-0/+16
| | | | changelog for details.
* Initial revisionjardin2003-12-231-0/+69