summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-1720-184/+358
|\
| * isisd: implement MD5 circuit authenticationFritz Reichmann2012-02-146-25/+128
| * isisd: unexpected kernel routing table (BZ#544)Fritz Reichmann2012-02-143-25/+32
| * isisd: fix wrong next-hops from SPFPeter Szilagyi2012-02-143-29/+29
| * isisd: send proper LSP after DIS electionPeter Szilagyi2012-02-141-0/+4
| * isisd: fix circuit state machinePeter Szilagyi2012-02-145-64/+79
| * fix zebra protocol after MP-BGP changesDenis Ovsienko2012-01-231-0/+5
| * build: delete .cvsignore filesDenis Ovsienko2011-12-133-24/+0
| * quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-131-1/+7
| * isisd: indent longopts arrayVyacheslav Trushkin2011-12-131-9/+9
| * delete CVS keywordsDenis Ovsienko2011-09-271-3/+0
| * isisd: include hash.h, not hash.cPeter Szilagyi2011-09-271-1/+1
| * isisd: raise hello rate for DIS (BZ#539)Fritz Reichmann2011-09-271-2/+24
| * isisd: fix crash on "no router isis" (BZ#536)Fritz Reichmann2011-09-276-3/+40
| * isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-04-284-8/+12
| * lib: make some structures constantStephen Hemminger2009-12-211-1/+1
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-023-36/+58
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-297-29/+33
* | Second tranche of updates for pipework branch.Chris Hall2011-02-134-55/+44
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-172-4/+4
* | Removing compiler warnings.Chris Hall2010-04-167-26/+30
|/
* isisd: fix --enable-isis-topology for 64-bit LinuxDavid Ward2009-12-031-0/+3
* isisd: fix BPF ioctl() calls, treat "true" and "false" as reservedDavid Ward2009-12-031-6/+7
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-191-1/+1
* [cleanup] Make command nodes staticStephen Hemminger2009-06-122-2/+2
* [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-223-0/+9
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-600/+0
* [isisd:DLPI] Try open vanity-named DLPI dev before style 1,2Jingjing Duan2008-08-221-6/+17
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-224-129/+13
* [isisd] Fix packet filtering with DLPIJingjing Duan2008-08-221-3/+9
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+4
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-223-0/+24
* [isisd] Bug #437: fix ssert caused by bad list managementPaul Jakma2008-01-294-5/+34
* [isisd] Commit new files which should have been part of previous commit..Paul Jakma2007-08-083-0/+1320
* [isisd] Add support for Solaris DLPIPaul Jakma2007-08-079-647/+48
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-3/+3
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-0817-35/+118
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
* [zserv] fix up custom isisd and bgpd Zserv functions for new format.paul2006-01-172-4/+6
* [isisd] remove includes of common system headers.paul2005-11-2013-29/+9
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-016-3/+43
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-012-0/+5
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-2811-200/+155
* * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup.hasso2005-09-284-3/+39
* * isis_lsp.c: Make topology generator generate TE TLVs if necessary.hasso2005-09-282-13/+57
* * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso2005-09-267-44/+185
* * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to workhasso2005-09-263-31/+107