summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'patches/dl_isisd-extract-pl' into dn42David Lamparter2010-02-044-8/+12
|\
| * isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-02-034-8/+12
* | Merge branch 'patches/fr_isisd-fixes' into dn42David Lamparter2010-02-0414-147/+335
|\ \
| * | isisd: md5 link authenticationFritz Reichmann2010-02-036-25/+128
| * | isisd: fixes 7/7: bug #544: unexpected kernel routing tableFritz Reichmann2010-02-033-25/+32
| * | isisd: fixes 6/7: wrong next-hops from SPFPeter Szilagyi2010-02-033-29/+29
| * | isisd: fixes 5/7: send proper LSP after DIS electionPeter Szilagyi2010-02-031-0/+4
| * | isisd: fixes 4/7: circuit state machinePeter Szilagyi2010-02-035-64/+79
| * | isisd: fixes 3/7: include hash.h, not hash.cPeter Szilagyi2010-02-031-1/+1
| * | isisd: fixes 2/7: bug #539: wrong hello rate for pseudo nodeFritz Reichmann2010-02-031-2/+24
| * | isisd: fixes 1/7: bug #536: crash on apply/delete isis configFritz Reichmann2010-02-036-3/+40
| |/
* | lib: fs namespacing 4/5: add -N command-line parameterDavid Lamparter2010-02-041-1/+6
* | lib: fs namespacing 2/5: use path_state for vty pathsDavid Lamparter2010-02-042-5/+14
|/
* lib: make some structures constantStephen Hemminger2009-12-211-1/+1
* 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
* * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric ishasso2005-09-262-4/+25
* * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4hasso2005-09-264-14/+37
* * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any subhasso2005-09-262-40/+179
* * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() andhasso2005-09-263-0/+73
* * isis_circuit.[ch]: Some preliminary support for specifying widehasso2005-09-263-10/+24
* * isisd.[ch]: Introduce oldmetric flag for area and transitionhasso2005-09-263-14/+36
* * dict.[ch]: Revert all nonfunctional changes. It's external modulehasso2005-09-253-1204/+1022