summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: make some structures constantStephen Hemminger2009-12-211-1/+1
* isisd: fix --enable-isis-topology for 64-bit LinuxDavid Ward2009-12-031-0/+3
* isisd: fix BPF ioctl() calls, treat "true" and "false" as reservedDavid Ward2009-12-031-6/+7
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-191-1/+1
* [cleanup] Make command nodes staticStephen Hemminger2009-06-122-2/+2
* [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-223-0/+9
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-600/+0
* [isisd:DLPI] Try open vanity-named DLPI dev before style 1,2Jingjing Duan2008-08-221-6/+17
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-224-129/+13
* [isisd] Fix packet filtering with DLPIJingjing Duan2008-08-221-3/+9
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+4
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-223-0/+24
* [isisd] Bug #437: fix ssert caused by bad list managementPaul Jakma2008-01-294-5/+34