summaryrefslogtreecommitdiffstats
path: root/HACKING.md (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-27zebra: "ip import-table" display is hosedDaniel Walton1-11/+5
2016-09-27tools: quagga-reload should raise Exception instead of exitingDaniel Walton1-6/+6
2016-09-26lib: Allow more space in thread.c outputDonald Sharp1-3/+3
2016-09-26zebra: add missing files to EXTRA_DISTRenato Westphal2-1/+1
2016-09-26lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier4-66/+355
2016-09-26ripngd: code simplification for redistribution.Matthieu Boutier1-91/+25
2016-09-26ripd: code simplification for redistribution.Matthieu Boutier1-92/+24
2016-09-26lib: simplify distribute.c's code.Matthieu Boutier1-172/+126
2016-09-23Make route flags a 32bit fieldChristian Franke11-29/+30
2016-09-23lib: Check prefix length from zebra is sensiblePaul Jakma7-24/+35
2016-09-23lib: force local MIN/MAX macrosDavid Lamparter2-4/+7
2016-09-23fpm/protobuf: fix compile errors & warningsDavid Lamparter3-4/+6
2016-09-23zebra: add developer test functions for FPM codeAvneesh Sachdev2-1/+281
2016-09-23build: support for "development build"Avneesh Sachdev1-0/+8
2016-09-23doc: add blurb on use of protobuf with FPMAvneesh Sachdev1-2/+26
2016-09-23zebra: optionally use protobuf with FPMAvneesh Sachdev6-28/+455
2016-09-23Use only the ISC license for .proto files.Avneesh Sachdev2-62/+0
2016-09-23fpm: Add protobuf support for FPM.Avneesh Sachdev8-12/+288
2016-09-23build: turn off automake portability warningsAvneesh Sachdev1-1/+3
2016-09-23qpb: Add support for protobuf.Avneesh Sachdev13-3/+1047
2016-09-23isisd: fix assert warningDavid Lamparter1-0/+1
2016-09-23zebra: Enable fpm module to connect to remote fpm serverUdaya Shankara KS4-1/+116
2016-09-23isisd: Segmentation fault on isis daemon fixesboris yakubov4-10/+22
2016-09-23lib: update Solaris multicast API (BZ#725)Christian Franke1-0/+34
2016-09-23ripd: split-horizon default differed between rip_interface_new and _resetPaul Jakma3-72/+65
2016-09-23vtysh: make extract.pl more whitespace-robustDavid Lamparter1-1/+1
2016-09-23lib: fix ICC warning in route-map codeDavid Lamparter1-1/+1
2016-09-23ospf6d: fix fallout from ifindex_t changeDavid Lamparter1-1/+2
2016-09-23Revert "Make route flags a 32bit field"Donald Sharp11-30/+29
2016-09-23Revert "zebra: use link scope for interface routes"Donald Sharp2-10/+18
2016-09-23Revert "zebra: support FIB override routes"Donald Sharp7-214/+142
2016-09-23zebra: support FIB override routesTimo Teräs7-142/+214
2016-09-23zebra: use link scope for interface routesTimo Teräs2-18/+10
2016-09-23Make route flags a 32bit fieldChristian Franke11-29/+30
2016-09-23vtysh: relax error condition on buildRenato Westphal1-1/+3
2016-09-23zebra: check at startup if the kernel supports MPLSRenato Westphal14-49/+83
2016-09-23*: remove dead codeRenato Westphal10-58/+0
2016-09-23zserv: always send all information about each routeRenato Westphal1-14/+15
2016-09-23zebra: add explicit-null option for static MPLS LSPsRenato Westphal2-5/+24
2016-09-23zebra: fix bug in nexthop label allocationßingen1-1/+2
2016-09-23zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal7-401/+991
2016-09-23MPLS: ignore hardware restrictions when --enable-cumulus is not given.Renato Westphal3-1/+6
2016-09-23MPLS: add support for labeled IPv6 static routes.Renato Westphal1-99/+148
2016-09-23distro/redhat: add mpls and ldpdRenato Westphal6-2/+112
2016-09-23build: fix package generation on CentOS 7Renato Westphal1-1/+1
2016-09-23mpls: add support to the OpenBSD kernelRenato Westphal10-2/+270
2016-09-23mpls: add null driverRenato Westphal7-163/+119
2016-09-23mpls: add support for LDP LSPsRenato Westphal11-201/+500
2016-09-23ldpd: add vtysh supportRenato Westphal5-6/+214
2016-09-23ldpd: adapt the code for QuaggaRenato Westphal57-1200/+8862