summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2016-08-191-1/+1
|/
* zebra: use quagga_monotime() for zserv and rnhChristian Franke2016-07-281-1/+1
* zebra: Add route-map support to ip import-tableDon Slice2016-05-131-0/+1
* Fix non initialized usage of data in zebra_rnh.cDonald Sharp2016-05-121-6/+26
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+1
* lib, zebra: Rework zebra_ns to be a bit more modularDonald Sharp2016-04-151-3/+5
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-4/+1
* Zebra: Fix static NHT to work properly in a VRFvivek2016-02-261-52/+18
* Zebra: Fix static NHT to work properly in a VRFvivek2016-02-261-11/+15
* Zebra: Zebra: Display interface info for NHT in a VRFvivek2016-02-231-3/+4
* zebra: Reorganize NHT codevivek2015-12-091-256/+360
* zebra, bgp: Remove some missed valuesDonald Sharp2015-12-091-10/+1
* Zebra: crash in zebra_deregister_rnh_static_nexthopsDaniel Walton2015-12-011-1/+1
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-271-2/+27
|\
| * Quagga: Nexthop refactoringDonald Sharp2015-11-271-2/+27
* | Quagga: prefix2str fixupDonald Sharp2015-11-231-19/+19
|/
* *: add VRF ID in the API message headerFeng Lu2015-11-041-9/+13
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-301-13/+24
* Zebra: Fix static NHT for multiple routes scenariovivek2015-09-211-1/+2
* If the nexthop is only resolved over a default route and that is notDonald Sharp2015-06-111-0/+6
* Zebra: Don't resolve nexthops over default route unless explicitly allowed.Donald Sharp2015-06-111-27/+3
* bgpd-ebgp-multihop-fix.patchDonald Sharp2015-05-201-1/+2
* bgpd-nht-import-check-fix.patchDonald Sharp2015-05-201-50/+153
* Zebra: Don't resolve routes over default for nexthop trackingDonald Sharp2015-05-201-1/+29