summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-263-11/+11
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-261-10/+0
* isisd, lib: Fix some more compiler warningsDonald Sharp2015-12-081-0/+2
* isisd: make send_lsp more robustChristian Franke2015-12-084-48/+114
* 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-082-6/+40
* isisd: fix IPv6 mask applicationChristian Franke2015-12-081-5/+5
* isisd: show interface's ipv6 addresesChristian Franke2015-12-081-3/+23
* isisd: provide more detailed log for failed address removalChristian Franke2015-12-081-0/+20
* isisd: add support to import routes from other protocolsChristian Franke2015-12-0813-108/+1667
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2015-12-081-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2015-12-085-35/+169
* isisd: add a debug mode that traces LSP constructionChristian Franke2015-12-083-5/+158
* isisd: purge on correct levelChristian Franke2015-12-083-5/+6
* isisd: allow to adjust lsp-mtuChristian Franke2015-12-088-63/+172
* isisd: initialize circuit to match area is_typeChristian Franke2015-12-082-6/+20
* isisd: do remove ipv6 routes from ZebraChristian Franke2015-12-081-1/+1
* isisd: don't corrupt memory for long hostnamesChristian Franke2015-12-082-3/+12
* isisd: fix a typo in a log messageChristian Franke2015-12-081-1/+1
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2015-12-083-30/+1
* isisd: annotate some function arguments with constChristian Franke2015-12-087-28/+28
* ripd, isisd: fix warnings that make the build failChristian Franke2015-12-081-3/+3
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-285-14/+19
|\
| * isisd/isis_dlpi: Fix warningDavid Lamparter2015-10-161-1/+1
| * isisd/solaris: fix size_t confusionsDavid Lamparter2015-10-161-11/+12
| * *: make sure zebra.h is always included firstDavid Lamparter2015-10-164-2/+6
* | isisd: Fix LSPs not being regenerated after adjacency changeMichael Zingg2015-10-271-1/+12
* | isisd: Drop packet received on multiple interfaces due to the time gap in bin...Amritha Nambiar2015-10-271-5/+17
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-273-4/+4
|/
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* isisd: Attached-bit in LSP headerAmritha Nambiar2015-09-033-11/+60
* isisd: Add new adjacency to LSP neighbor listAmritha Nambiar2015-09-031-1/+7
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-212-2/+2
* *: add VRF ID in the API message headerFeng Lu2015-06-031-20/+35
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-022-1/+2
* isisd: always print adj->sysid (clang 3.6 warning)David Lamparter2015-05-271-7/+1
* isisd: fix crash on processing own p2p helloAmritha Nambiar2015-05-051-0/+11
* build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
* zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2015-04-211-1/+1
* isisd: remove unused process_is_hello()David Lamparter2015-04-211-83/+0
* isisd: fix size_t confusionsDavid Lamparter2015-04-211-8/+6
* isisd: assorted fixes (unused variables, static)David Lamparter2015-04-215-13/+8
* isisd: fix minor & vs. && mix-upDavid Lamparter2015-04-211-1/+1
* isisd: don't use POSIX reserved y1/yn namesDavid Lamparter2015-04-211-12/+12
* *: add missing includesDavid Lamparter2015-04-211-0/+2
* *: fix signedness mix-upsDavid Lamparter2015-04-214-10/+11
* *: remove stray extra semicolonsDavid Lamparter2015-04-211-4/+4
* *: use void * for printing pointersDavid Lamparter2015-04-211-2/+2
* *: use long long to print time_tDavid Lamparter2015-04-193-7/+9
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-142-5/+2