summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.c
Commit message (Collapse)AuthorAgeFilesLines
* Really fix crashes now. Revert isis_circuit_update_params() part of previoushasso2004-12-291-6/+1
| | | | commit. Replace all if_is_up() calls with if_is_operative().
* Don't crash during interface up/down events.hasso2004-12-291-3/+10
|
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-3/+3
|
* No warnings here any more.hasso2004-10-071-255/+0
|
* Brown paperbag please. Fix previous commit.hasso2004-09-261-5/+8
|
* Compiler warnings fixes.hasso2004-09-261-8/+8
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-3/+3
|
* Another great little fix from LIU Xin.hasso2004-09-171-6/+2
|
* Isisd is now able to remove addresses from circuit and trigger LSP updateshasso2004-09-141-26/+104
| | | | if it's done. Some random fixes as well and update to sample configuration.
* Fixes from LIU Xin.hasso2004-09-101-0/+4
|
* Indentation only. No any functional changes.hasso2004-09-101-856/+982
|
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-0/+4
|
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-27/+15
|
* Fixing previous commit.hasso2004-01-271-2/+2
|
* Make "(no) ip address x.x.x.x/x" commands work again in vtysh.hasso2004-01-271-0/+2
|
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-29/+1
| | | | changelog for details.
* Initial revisionjardin2003-12-231-0/+2200