summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* isisd: drop unused per-type metric valuesDavid Lamparter2016-07-283-14/+20
* isisd: API: area (L1), domain (L2) passwordsChristian Franke2016-07-283-266/+158
* isisd: API: timers (LSP, SPF)Christian Franke2016-07-284-651/+585
* isisd: API: LSP-MTU & area levelChristian Franke2016-07-285-238/+227
* isisd: API: timers (IIH, CSNP, PSNP)David Lamparter2016-07-282-705/+704
* isisd: API: circuit passwordChristian Franke2016-07-283-58/+84
* isisd: API: basic area configChristian Franke2016-07-283-201/+207
* isisd: API: basic circuit configDavid Lamparter2016-07-286-808/+771
* lib: linklist: clean up insert-before/after dupsDavid Lamparter2016-07-281-2/+2
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* *: make sure zebra.h is always included firstDavid Lamparter2016-06-094-2/+6
* isisd: fix size_t confusionsDavid Lamparter2016-06-071-5/+3
* isisd: assorted fixes (unused variables, static)David Lamparter2016-06-071-2/+2
* isisd: don't use POSIX reserved y1/yn namesDavid Lamparter2016-06-071-12/+12
* *: fix signedness mix-upsDavid Lamparter2016-06-074-10/+11
* *: use void * for printing pointersDavid Lamparter2016-05-301-2/+2
* *: use long long to print time_tDavid Lamparter2016-05-303-4/+6
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-302-2/+2
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-032-5/+2
* isisd/isis_dlpi: Fix warningDavid Lamparter2016-05-261-1/+1
* isisd/solaris: fix size_t confusionsDavid Lamparter2016-05-261-11/+12
* isisd: Add new adjacency to LSP neighbor listAmritha Nambiar2016-05-261-1/+7
* isisd: fix crash on processing own p2p helloAmritha Nambiar2016-05-261-0/+11
* zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2016-05-261-1/+1
* *: remove stray extra semicolonsDavid Lamparter2016-05-261-4/+4
* isisd: match adjacency with source of hellosAmritha Nambiar2016-05-261-0/+11
* isisd: fix crash on changing the circuit type of a passive interfaceLu Feng2016-05-261-19/+22
* make some structures constant.Stephen Hemminger2016-05-261-1/+1
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* isisd: Remove dead caseDonald Sharp2016-05-201-7/+1
* isisd: Use correct boolean operator type.Donald Sharp2016-05-191-1/+1
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-081-1/+2
* isisd: ignore unknown interfaces when adjusting IS-IS mtuChristian Franke2016-04-061-0/+2
* isisd: make sure that all interface addresses are advertisedChristian Franke2016-04-061-2/+8
* isisd: fix a crash due to an lsp-mtu issueChristian Franke2016-04-062-4/+21
* isisd: work around route table asserts for deleting node with infoChristian Franke2016-04-061-0/+3
* isisd: Fix more compiler warningsDonald Sharp2016-03-301-1/+1
* isisd, lib: Fix some more compiler warningsDonald Sharp2016-03-301-0/+2
* isisd: make send_lsp more robustChristian Franke2016-03-304-48/+114
* isisd: fix misleading wording in logChristian Franke2016-03-301-5/+5
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2016-03-302-6/+40
* isisd: fix IPv6 mask applicationChristian Franke2016-03-301-5/+5
* isisd: show interface's ipv6 addresesChristian Franke2016-03-301-3/+23
* isisd: provide more detailed log for failed address removalChristian Franke2016-03-301-0/+20
* isisd: add support to import routes from other protocolsChristian Franke2016-03-3013-109/+1667
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2016-03-301-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2016-03-305-35/+169
* isisd: add a debug mode that traces LSP constructionChristian Franke2016-03-303-5/+158