summaryrefslogtreecommitdiffstats
path: root/isisd/isis_pdu.c
Commit message (Expand)AuthorAgeFilesLines
* isisd: make send_lsp more robustChristian Franke2015-12-081-34/+58
* isisd: fix misleading wording in logChristian Franke2015-12-081-5/+5
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2015-12-081-5/+27
* isisd: purge on correct levelChristian Franke2015-12-081-1/+1
* isisd: allow to adjust lsp-mtuChristian Franke2015-12-081-27/+9
* isisd: initialize circuit to match area is_typeChristian Franke2015-12-081-0/+14
* isisd: fix a typo in a log messageChristian Franke2015-12-081-1/+1
* isisd: annotate some function arguments with constChristian Franke2015-12-081-5/+5
* isisd: Add new adjacency to LSP neighbor listAmritha Nambiar2015-09-031-1/+7
* isisd: fix crash on processing own p2p helloAmritha Nambiar2015-05-051-0/+11
* isisd: remove unused process_is_hello()David Lamparter2015-04-211-83/+0
* isisd: fix size_t confusionsDavid Lamparter2015-04-211-8/+6
* *: fix signedness mix-upsDavid Lamparter2015-04-211-4/+4
* isisd: match adjacency with source of hellosAmritha Nambiar2015-02-061-0/+11
* make some structures constant.Stephen Hemminger2014-11-031-1/+1
* isisd: type mix-up in 28a8cfc "don't require IPv4"David Lamparter2014-08-181-2/+2
* isisd: don't require IPv4 for adjacencyDavid Lamparter2014-08-181-10/+79
* isisd: drop hellos without supported protocol listDavid Lamparter2012-12-121-5/+25
* isisd: refuse adjacencies with our own system IDDavid Lamparter2012-12-121-0/+7
* isisd: don't overrun list of protocolsDavid Lamparter2012-10-251-2/+6
* isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev2012-10-251-1/+13
* isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev2012-10-251-5/+7
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-44/+94
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-490/+996
* lib: make some structures constantStephen Hemminger2009-12-211-1/+1
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-221-2/+3
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-3/+3
* [isisd] remove includes of common system headers.paul2005-11-201-2/+0
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-23/+21
* * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code.hasso2005-09-191-101/+0
* * isis_lsp.c (lsp_update): Remove LSP from database before updatinghasso2005-09-161-2/+3
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-9/+13
* * random.c, spgrid.[ch]: Fix warnings with hope that I didn't brokehasso2005-09-011-6/+14
* 2005-05-03 Paul Jakma <paul@dishone.st>paul2005-05-031-4/+3
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-34/+31
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-10/+9
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-17/+18
* Make authentication of SNPs work correctly - ie. conditionally like it is inhasso2005-01-011-26/+23
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-113/+113
* No warnings here any more.hasso2004-10-071-0/+3
* This code didn't survive valgrinding. I wonder how it survived normal run.hasso2004-09-271-0/+3
* Compiler warnings fixes.hasso2004-09-261-3/+3
* 2004-09-20 LIU Xin <lx at ns.6test.edu.cn>hasso2004-09-201-30/+16
* Second part of fixes from Laurent Rabret.hasso2004-09-151-15/+15
* isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.hasso2004-09-141-4/+6
* Fixes from LIU Xin.hasso2004-09-101-2/+4
* Indentation only. No any functional changes.hasso2004-09-101-1335/+1575
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-43/+20
* Initial revisionjardin2003-12-231-0/+2478