summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5918 from ton31337/fix/__func__everywhereQuentin Young2020-03-051-6/+6
|\
| * *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+6
* | zebra: when override flag is set, do not forget to update nhtPhilippe Guibert2020-03-051-1/+2
|/
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-14/+13
* *: revise zapi nexthop encodingMark Stapp2019-12-061-31/+4
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-12/+16
* lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley2019-10-251-1/+0
* zebra: Remove re->nexthop_num from reDonald Sharp2019-10-251-1/+2
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-9/+11
* Zebra: Rectifying the log messages.vdhingra2019-09-191-2/+3
* zebra: improve cleanup of MPLS labels when zclient disconnectsRenato Westphal2019-09-071-7/+0
* zebra: nht resolution default configurable per vrfPhilippe Guibert2019-08-281-4/+10
* Merge pull request #4757 from donaldsharp/import_check_fixupRenato Westphal2019-08-011-1/+1
|\
| * zebra: Fix display of `show ip import-check A.B.C.D`Donald Sharp2019-07-311-1/+1
* | Merge pull request #4746 from donaldsharp/zebra_rib_improvementsRuss White2019-07-301-3/+1
|\ \
| * | zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGEDDonald Sharp2019-07-291-3/+1
| |/
* | Merge pull request #4560 from lkrishnamoor/filter_vni_changes_junDonald Sharp2019-07-301-1/+1
|\ \
| * | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-1/+1
| |/
* / zebra: skip queued entries when resolving nexthopDon Slice2019-07-261-0/+9
|/
* zebra: Fix rnh old -vs- new comparisonDonald Sharp2019-06-241-4/+2
* zebra: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
* zebra: Display a bit better debugging for rnh trackingDonald Sharp2019-06-181-13/+14
* zebra,pbrd: Update pbrd to handle NHT properlyStephen Worley2019-06-101-50/+0
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-1/+1
* zebra: the route nexthop interfaces per vrf were not displayed okPhilippe Guibert2019-06-031-1/+1
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-1/+1
* zebra: Remove linked list and replace with new LISTDonald Sharp2019-05-021-3/+3
* Revert "Zebra diet"Lou Berger2019-05-021-3/+3
* zebra: Remove linked list and replace with new LISTDonald Sharp2019-05-021-3/+3
* zebra: stop sending invalid nexthops to clientsDon Slice2019-04-191-5/+26
* zebra: Allow specification of v[4|6] addrs on some commandsDonald Sharp2019-04-051-2/+6
* zebra: If we copy re than the state has changedDonald Sharp2019-03-271-0/+1
* zebra: Add detailed debugging command for NHT trackingDonald Sharp2019-03-271-6/+73
* zebra: Modify NHT to occur when needed.Donald Sharp2019-03-271-4/+66
* zebra: Set and track the resolved_route for the rnh as it changes.Donald Sharp2019-03-271-2/+28
* zebra: Add the afi_t to the rnhDonald Sharp2019-03-271-1/+3
* zebra: Add the type we are working on to the rnh data structureDonald Sharp2019-03-271-0/+1
* zebra: The prn value may be NULL do not allow derefDonald Sharp2019-03-271-1/+1
* zebra: Make the import_check look like nexthop_checkDonald Sharp2019-03-271-5/+8
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-3/+3
* zebra: Use ROUTE_ENTRY_INSTALLED as decision for route is installedDonald Sharp2019-01-261-10/+8
* zebra: remove dead macroRenato Westphal2019-01-211-10/+0
* zebra: consolidate how we indentify address-families in the NHT codeRenato Westphal2019-01-211-61/+52
* zebra: Remove zebra_delete_rnh from being a public functionDonald Sharp2019-01-041-1/+1
* zebra: Abstract zebra_delete_rnhDonald Sharp2019-01-041-7/+7
* zebra: For rnh handling use actual resolved nexthopDonald Sharp2018-12-121-5/+3
* zebra: Always resend nexthop information when registeredDonald Sharp2018-11-281-3/+7
* lib, zebra: Encode nexthop vrf in nht updatesDonald Sharp2018-11-011-0/+1
* Merge pull request #2946 from mjstapp/dplane_2Donald Sharp2018-10-281-4/+26
|\
| * zebra: support zebra shutdown and cleanupMark Stapp2018-10-251-9/+16