summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* 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
* isisd: match adjacency with source of hellosAmritha Nambiar2015-02-061-0/+11
* isisd: fix crash on changing the circuit type of a passive interfaceLu Feng2015-02-061-19/+22
* 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
* *: fix detection and usage of sys/cdefs.hTimo Teräs2014-08-181-1/+1
* isisd: don't require IPv4 for adjacencyDavid Lamparter2014-08-181-10/+79
* isisd: ignore the unrecognized TLVsLu Feng2014-06-031-1/+0
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-2/+0
* isisd, ospf6d: use bug-report information from autoconfChristian Franke2013-07-311-1/+1
* isisd: fix ipv6 metric endiannessNick Hilliard2012-12-121-1/+1
* isisd: verify metrics on metric-style transitionChristian Franke2012-12-121-8/+11
* isisd: fix metrics check for metric-style narrowChristian Franke2012-12-121-2/+2
* isisd: address Coverity warningsDavid Lamparter2012-12-129-7/+19
* isisd: always join all IS-IS multicast groupsDavid Lamparter2012-12-122-14/+8
* isisd: save metric-style narrowChristian Franke2012-12-121-0/+5
* isisd: fix spftree_area_del typo causing SEGVDavid Lamparter2012-12-121-1/+1
* 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: do not add >63 IP addresses to helloDavid Lamparter2012-12-121-4/+3
* isisd: clock_gettime() -> quagga_gettime() conversion.Hasso Tepper2012-11-051-5/+5
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* isisd: don't overrun list of protocolsDavid Lamparter2012-10-251-2/+6
* isisd: don't process invalid prefixes from TLVsDavid Lamparter2012-10-251-9/+25
* isisd: pull up invalid prefix assert()David Lamparter2012-10-251-0/+4
* 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
* build: allow configure and build in a separate directoryVincent Bernat2012-06-252-2/+2
* isisd: fix typo in topology generator (BZ#731)David Lamparter2012-06-211-1/+1
* quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2012-04-161-1/+7
* isisd: indent longopts arrayVyacheslav Trushkin2012-04-161-9/+9
* isisd: reapply removal of CVS cruftDavid Lamparter2012-04-164-27/+0
* isisd: reapply patch to fix zebra protocolAvneesh Sachdev2012-04-111-0/+5
* isisd: couple of bug fixesSubbaiah Venkata2012-04-0713-215/+348
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-0736-3718/+6620
* isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-04-284-8/+12