summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Remove impossible codeDonald Sharp2016-09-051-3/+0
* Add support of Traffic Engineering to IS-ISOlivier Dugeon2016-09-0315-18/+1896
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-10/+0
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-2/+2
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+3
|\
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-183-11/+11
* | isisd: warn if there is an MTU issue on circuitsChristian Franke2016-08-162-2/+10
* | isisd: fold up isis_circuit_is_type_set()David Lamparter2016-08-163-9/+2
* | isisd: fix is_type_setDavid Lamparter2016-08-161-3/+3
* | isisd: fix network-type configurationChristian Franke2016-08-162-3/+2
* | isisd: fix isis_circuit_af_set() on fresh circuitDavid Lamparter2016-08-161-1/+1
* | isisd: fix isis_circuit_create()David Lamparter2016-08-162-12/+10
|/
* 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