summaryrefslogtreecommitdiffstats
path: root/lib/nexthop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add hash and use const a bit more intelligentlyQuentin Young2018-04-061-1/+14
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* lib: Add nexthop-group cliDonald Sharp2018-03-141-0/+51
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-43/+0
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-7/+6
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-0/+1
* lib, zebra: Rename and place appropriately the label stackDonald Sharp2018-01-221-3/+3
* lib: fix a64448ba, invalid NULL->num_labelsVincent JARDIN2017-10-091-1/+1
* zebra: deduplicate nexthopsDavid Lamparter2017-09-121-0/+33
* zebra: rib: use nexthop ptr in rib_add/deleteDavid Lamparter2017-08-281-1/+2
* lib: copy_nexthops() only copies the first nexthopDaniel Walton2017-07-201-10/+10
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-177/+160
* zebra: prettier format for multilevel-recursive routesChristian Franke2017-07-121-0/+11
* lib: copy rmap_src too in copy_nexthopsChristian Franke2017-07-121-5/+6
* lib,zebra: Fix ALL_NEXTHOPS iteratorChristian Franke2017-07-121-0/+31
* Allow for more than 1 NH recursion levelßingen2017-06-281-3/+4
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: labeled unicast handlingDon Slice2017-04-061-0/+22
* Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-281-1/+0
|\
| * lib: Fix nexthop strings to coincide with enumvivek2016-11-251-1/+0
* | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
|/
* zebra: fix bug in nexthop label allocationßingen2016-09-231-1/+2
* mpls: add support for LDP LSPsRenato Westphal2016-09-231-5/+9
* MPLS: Install labeled static routesvivek2016-09-231-0/+3
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-231-1/+27
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+2
* lib, bgpd: Log next hopsvivek2016-09-081-0/+33
* lib: Fix some more compiler warningsDonald Sharp2016-05-201-5/+0
* ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAMEDonald Sharp2015-12-041-8/+0
* Quagga: Nexthop refactoringDonald Sharp2015-11-271-4/+72
* nexthop-tracking.patchDonald Sharp2015-05-201-0/+100