summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Consistently support 32-bit route tagsChristian Franke2016-10-088-183/+152
* zebra: Fix some warnings found during compile.Donald Sharp2016-10-084-0/+4
* zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-078-295/+164
* zebra: Fix wrong afi used in zebra_static.cDonald Sharp2016-10-051-1/+1
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+6
* zebra: support FIB override routesTimo Teräs2016-09-306-142/+213
* ldpd: always advertise labels upon receiving a redistributed routeRenato Westphal2016-09-281-2/+4
* use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-282-4/+4
* zebra: "ip import-table" display is hosedDaniel Walton2016-09-271-11/+5
* zebra: add missing files to EXTRA_DISTRenato Westphal2016-09-261-0/+1
* Make route flags a 32bit fieldChristian Franke2016-09-232-7/+7
* fpm/protobuf: fix compile errors & warningsDavid Lamparter2016-09-232-3/+4
* zebra: add developer test functions for FPM codeAvneesh Sachdev2016-09-232-1/+281
* zebra: optionally use protobuf with FPMAvneesh Sachdev2016-09-236-28/+455
* zebra: Enable fpm module to connect to remote fpm serverUdaya Shankara KS2016-09-233-1/+102
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-232-7/+7
* Revert "zebra: use link scope for interface routes"Donald Sharp2016-09-232-10/+18
* Revert "zebra: support FIB override routes"Donald Sharp2016-09-236-213/+142
* zebra: support FIB override routesTimo Teräs2016-09-236-142/+213
* zebra: use link scope for interface routesTimo Teräs2016-09-232-18/+10
* Make route flags a 32bit fieldChristian Franke2016-09-232-7/+7
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-2312-24/+67
* zserv: always send all information about each routeRenato Westphal2016-09-231-14/+15
* zebra: add explicit-null option for static MPLS LSPsRenato Westphal2016-09-232-5/+24
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-236-400/+989
* MPLS: ignore hardware restrictions when --enable-cumulus is not given.Renato Westphal2016-09-233-1/+6
* MPLS: add support for labeled IPv6 static routes.Renato Westphal2016-09-231-99/+148
* mpls: add support to the OpenBSD kernelRenato Westphal2016-09-238-2/+259
* mpls: add null driverRenato Westphal2016-09-236-163/+94
* mpls: add support for LDP LSPsRenato Westphal2016-09-235-191/+424
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-2/+4
* MPLS: Fix pointer manipulation when forming netlink nested attributesvivek2016-09-231-2/+12
* MPLS: Install labeled static routesvivek2016-09-234-38/+230
* MPLS: Configure static routes with labels in Quaggavivek2016-09-236-154/+383
* MPLS: Display enhancements and JSON supportvivek2016-09-234-46/+196
* Quagga: Fix MPLS LSP scheduling to follow nexthop route updatevivek2016-09-235-12/+56
* Quagga: Fix memcmp usage for MPLSvivek2016-09-231-6/+6
* Quagga: Display MPLS label forwarding tablevivek2016-09-234-0/+184
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-2310-26/+1520
* Quagga: Fix alignment in netlink messages in some casesvivek2016-09-231-19/+5
* Quagga: Static LSP configurationvivek2016-09-239-2/+869
* Quagga: Definitions for static LSPsvivek2016-09-233-1/+162
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-1928-6/+116
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-192-0/+2
* zebra: Fix afi mistakeDonald Sharp2016-09-171-1/+1
* zebra: Refactor interface statistic callingDonald Sharp2016-09-171-32/+17
* lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-151-61/+0
* lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-151-96/+0
* zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-144-12/+12
* zebra: Fix broken rib_matchDonald Sharp2016-09-141-4/+8