| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: implement MD5 circuit authentication | Fritz Reichmann | 2012-02-14 | 6 | -25/+128 |
* | isisd: unexpected kernel routing table (BZ#544) | Fritz Reichmann | 2012-02-14 | 3 | -25/+32 |
* | isisd: fix wrong next-hops from SPF | Peter Szilagyi | 2012-02-14 | 3 | -29/+29 |
* | isisd: send proper LSP after DIS election | Peter Szilagyi | 2012-02-14 | 1 | -0/+4 |
* | isisd: fix circuit state machine | Peter Szilagyi | 2012-02-14 | 5 | -64/+79 |
* | fix zebra protocol after MP-BGP changes | Denis Ovsienko | 2012-01-23 | 1 | -0/+5 |
* | build: delete .cvsignore files | Denis Ovsienko | 2011-12-13 | 3 | -24/+0 |
* | quagga: option "-z" ("--socket <path>") added | Vyacheslav Trushkin | 2011-12-13 | 1 | -1/+7 |
* | isisd: indent longopts array | Vyacheslav Trushkin | 2011-12-13 | 1 | -9/+9 |
* | delete CVS keywords | Denis Ovsienko | 2011-09-27 | 1 | -3/+0 |
* | isisd: include hash.h, not hash.c | Peter Szilagyi | 2011-09-27 | 1 | -1/+1 |
* | isisd: raise hello rate for DIS (BZ#539) | Fritz Reichmann | 2011-09-27 | 1 | -2/+24 |
* | isisd: fix crash on "no router isis" (BZ#536) | Fritz Reichmann | 2011-09-27 | 6 | -3/+40 |
* | isisd: change ISIS_METHOD to use C preprocessor | David Lamparter | 2010-04-29 | 4 | -8/+12 |
* | lib: make some structures constant | Stephen Hemminger | 2009-12-21 | 1 | -1/+1 |
* | isisd: fix --enable-isis-topology for 64-bit Linux | David Ward | 2009-12-03 | 1 | -0/+3 |
* | isisd: fix BPF ioctl() calls, treat "true" and "false" as reserved | David Ward | 2009-12-03 | 1 | -6/+7 |
* | all: check return value from daemon() call | Stephen Hemminger | 2009-08-13 | 1 | -2/+5 |
* | [cleanup] convert bzero() deprecated by POSIX to memset() | Jeremy Jackson | 2009-06-19 | 1 | -1/+1 |
* | [cleanup] Make command nodes static | Stephen Hemminger | 2009-06-12 | 2 | -2/+2 |
* | [administrivia] Update gitignore files | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
* | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 3 | -0/+9 |
* | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -600/+0 |
* | [isisd:DLPI] Try open vanity-named DLPI dev before style 1,2 | Jingjing Duan | 2008-08-22 | 1 | -6/+17 |
* | [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd | Jingjing Duan | 2008-08-22 | 4 | -129/+13 |
* | [isisd] Fix packet filtering with DLPI | Jingjing Duan | 2008-08-22 | 1 | -3/+9 |
* | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+4 |
* | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 3 | -0/+24 |
* | [isisd] Bug #437: fix ssert caused by bad list management | Paul Jakma | 2008-01-29 | 4 | -5/+34 |
* | [isisd] Commit new files which should have been part of previous commit.. | Paul Jakma | 2007-08-08 | 3 | -0/+1320 |
* | [isisd] Add support for Solaris DLPI | Paul Jakma | 2007-08-07 | 9 | -647/+48 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | Paul Jakma | 2007-05-10 | 1 | -3/+3 |
* | [isisd] Fix compiler warnings and allow v4-only compilation | Paul Jakma | 2006-12-08 | 17 | -35/+118 |
* | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-16 | 1 | -1/+11 |
* | [zserv] fix up custom isisd and bgpd Zserv functions for new format. | paul | 2006-01-17 | 2 | -4/+6 |
* | [isisd] remove includes of common system headers. | paul | 2005-11-20 | 13 | -29/+9 |
* | * isis_adjacency.c: Stop expire timer while deleting adjacency. | hasso | 2005-10-01 | 6 | -3/+43 |
* | 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> | jardin | 2005-10-01 | 2 | -0/+5 |
* | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -1/+1 |
* | * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. | hasso | 2005-09-28 | 11 | -200/+155 |
* | * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. | hasso | 2005-09-28 | 4 | -3/+39 |
* | * isis_lsp.c: Make topology generator generate TE TLVs if necessary. | hasso | 2005-09-28 | 2 | -13/+57 |
* | * isis_spf.c: Changing cost from uint16_t to uint32_t. Unset | hasso | 2005-09-26 | 7 | -44/+185 |
* | * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to work | hasso | 2005-09-26 | 3 | -31/+107 |
* | * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is | hasso | 2005-09-26 | 2 | -4/+25 |
* | * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 | hasso | 2005-09-26 | 4 | -14/+37 |
* | * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub | hasso | 2005-09-26 | 2 | -40/+179 |
* | * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() and | hasso | 2005-09-26 | 3 | -0/+73 |
* | * isis_circuit.[ch]: Some preliminary support for specifying wide | hasso | 2005-09-26 | 3 | -10/+24 |
* | * isisd.[ch]: Introduce oldmetric flag for area and transition | hasso | 2005-09-26 | 3 | -14/+36 |