summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * zebra: add handy res2str utilityMark Stapp2018-10-251-1/+16
* | zebra: Start breakup of zns into zrouter and znsDonald Sharp2018-10-241-7/+6
|/
* zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4)vishaldhingra2018-10-111-46/+48
* zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4)vishaldhingra2018-10-111-2/+4
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-2/+2
* zebra: flog_warn conversionQuentin Young2018-09-061-2/+3
* zebra: When registering a nexthop, we do not always need to re-evalDonald Sharp2018-08-251-5/+17
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* zebra, lib: error references for zebraQuentin Young2018-08-141-2/+4
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-192/+0
* zebra: refactor zserv names, consolidate eventsQuentin Young2018-05-291-2/+2
* zebra: style last 3 changesQuentin Young2018-04-231-1/+2
* zebra: cleanup for zapi_msg.c splitQuentin Young2018-04-231-1/+1
* zebra: use hooks for client lifecycle callbacksQuentin Young2018-04-231-1/+9
* zebra: clean up zapi organizationQuentin Young2018-04-231-28/+55
* zebra: Tell rib_process to actually rethink pbr routes.Donald Sharp2018-04-181-1/+3
* zebra: Add code to notice nexthop changes for pbr tablesDonald Sharp2018-04-061-0/+56
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* lib, zebra: Signal the existence of labels on a nexthop for nhtDonald Sharp2018-03-161-15/+23
* zebra: reorganize zserv, batch i/oQuentin Young2018-03-121-3/+2
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-9/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-27/+23
* lib, zebra: Add type and instance to nexthop update messageDonald Sharp2018-03-011-0/+4
* 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
|/