summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Quagga: prefix2str fixupDonald Sharp2015-11-234-51/+35
* Quagga: Fixup some compile warningsDonald Sharp2015-11-232-8/+8
* *: add VRF ID in the API message headerFeng Lu2015-11-041-23/+38
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-302-1/+2
* Zebra: Make redistribute do replace instead of del/add for better convergencevivek2015-10-211-1/+5
* Quagga: Fix some more compile warningsDonald Sharp2015-10-071-3/+11
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-233-4/+4
* Fixup compiler warnings for powerpcDonald Sharp2015-07-271-3/+3
* Add --enable-werror to configureDonald Sharp2015-07-261-1/+1
* isisd: isisd-warnings.patchDonald Sharp2015-05-2010-113/+25
* Per AFI redist registrationsDonald Sharp2015-05-201-4/+5
* Multi-Instance OSPF SummaryDonald Sharp2015-05-202-6/+13
* Overhual BGP debugsDonald Sharp2015-05-201-2/+3
* 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-121-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-294-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