summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, zebra: Move nh_resolve_via_default to appropriate headerDonald Sharp2018-02-091-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+0
* zebra: Cleanup nexthop update encodingDonald Sharp2018-02-051-8/+1
* Merge pull request #1618 from donaldsharp/zebra_startup_orderingPhilippe Guibert2018-01-231-0/+2
|\
| * zebra: Add nh_vrf_id to 'struct route_entry`Donald Sharp2018-01-121-0/+2
* | zebra: use zclient_create_headerDonald Sharp2018-01-221-1/+1
|/
* zebra: slight mods to commit for nexthop resolution with /32 nexthopDon Slice2017-11-221-9/+4
* zebra: fix resolving nexthop through itselfDon Slice2017-11-091-41/+111
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-3/+3
* scan-build: cleanup some warningsVincent JARDIN2017-10-021-0/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-4/+2
* zebra: add new flag to detect nexthop label updatesRenato Westphal2017-08-091-2/+5
* zebra: add nexthop tracking for pseudowiresRenato Westphal2017-08-091-2/+72
* zebra: track and compare distance of recursive nexthopsJorge Boncompte2017-08-041-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-818/+792
* Merge pull request #813 from opensourcerouting/newline-reduxRuss White2017-07-141-10/+8
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-8/+6
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-2/+2
* | Merge pull request #762 from bingen/mutiple_nh_recursive_levelsDonald Sharp2017-07-141-6/+3
|\ \ | |/ |/|
| * zebra: use copy_nexthops in route_entry_copy_nexthopsChristian Franke2017-07-121-3/+1
| * Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-101-1/+1
| * Allow for more than 1 NH recursion levelßingen2017-06-281-3/+2
* | *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-5/+5
|/
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-81/+81
* Merge branch 'stable/3.0'David Lamparter2017-05-181-1/+1
|\
| * Merge branch stable/2.0 into stable/3.0David Lamparter2017-05-181-1/+1
| |\
| | * zebrad: Correct problem removing dead routes from rib due to NHT issueDon Slice2017-05-171-1/+1
* | | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/ /
* | Merge branch 'stable/2.0'David Lamparter2017-03-101-6/+32
|\|
| * zebra: Fix specific prefix handlingDonald Sharp2017-03-101-4/+1
| * zebra: Notify all nexthops that we've changedDonald Sharp2017-03-091-7/+36
* | Merge pull request #257 from opensourcerouting/nhrpdDonald Sharp2017-03-071-8/+17
|\ \
| * | nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-8/+17
* | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6Donald Sharp2017-03-061-0/+1
* | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4Donald Sharp2017-03-061-0/+1
|/ /
* | bgpd, zebra: Pass distance as part of the ZEBRA_NEXTHOP_UPDATEDonald Sharp2017-01-301-2/+4
* | *: use monotime()David Lamparter2017-01-231-1/+1
* | frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-2/+0
|/
* Merge branch '-renato' into stable/2.0David Lamparter2016-12-051-8/+13
|\
| * zebra: plug more memory leaksRenato Westphal2016-11-281-6/+11
| * *: rename two vrf functionsRenato Westphal2016-11-281-2/+2
* | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-281-35/+34
|\|
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-11-191-35/+34
| |\
| | * zebra: remove recursively derived static routes correctlyDon Slice2016-11-141-35/+34
| | * Quagga won't advertise 0.0.0.0/0 with network statementDaniel Walton2016-09-061-7/+6
* | | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
|/ /
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-5/+5
* | Quagga won't advertise 0.0.0.0/0 with network statementDaniel Walton2016-08-311-7/+6
* | zebra: Fix cherry-pick of ZEBRA_FLAG_CHANGEDDonald Sharp2016-08-211-1/+1