summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-213-5/+14
| | | * | | 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-219-120/+293
| | | * | | 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-212-6/+53
| | | * | | 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-2110-74/+257
| | | * | | 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-202-11/+31
| | | * | | 2005-10-17 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-192-0/+8
| | | * | | 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-182-0/+5
| | | * | | 2005-10-18 Paul Jakma <paul.jakma@sun.com>paul2005-10-187-323/+374
| | | * | | 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-114-23/+32
| | | * | | 2005-10-11 Paul Jakma <paul@dishone.st>paul2005-10-113-171/+189
| | | * | | 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-113-4/+13
| | | * | | 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-114-4/+164
| | | * | | 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-062-58/+109
| | | * | | 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-062-1/+24
| | | * | | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-0122-185/+199
| | | * | | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-012-0/+6
| | | * | | * 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-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-015-6/+7
| | | * | | 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-012-1/+5
| | | * | | 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-298-8/+185
| | | * | | 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-2913-159/+557
| | | * | | 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+1
| | | * | | 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-2910-3/+188
| | | * | | 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-2914-27/+165
| | | * | | * *.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
| | | * | | 2005-09-28 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-289-585/+419
| | | * | | * connected.c: flag connected_up_ipv6() and connected_down_ipv6()vincent2005-09-282-0/+10
| | | * | | * 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
| | | * | | * rib.h: Add note about behaviour of rib_add_ipv[46]* functions -hasso2005-09-242-0/+8
| | | * | | * isis_route.c: Fix output of nexthops in case of extreme debug.hasso2005-09-212-6/+20
| | | * | | * zebra_rib.c: Reduce the height of some staircases. Fixhasso2005-09-212-83/+65
| | | * | | 2005-09-21 Paul Jakma <paul.jakma@sun.com>paul2005-09-213-1/+7
| | | * | | 2005-09-21 Paul Jakma <paul.jakma@sun.com>paul2005-09-212-2/+15
| | | * | | 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-197-8/+24
| | | * | | * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code.hasso2005-09-194-430/+4
| | | * | | * configure.ac: Test existance of strndup.hasso2005-09-195-3/+33
| | | * | | * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4hasso2005-09-192-9/+15
| | | * | | * isis_tlv.h: Cleanup comment about TLVs we should support, remove infohasso2005-09-192-47/+68
| | | * | | * isis_lsp.h: Added backpointer to the area from LSP. For now it's usedhasso2005-09-195-142/+216