summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use update semantics for routes consistentlyMark Stapp2019-02-111-1/+1
* Merge pull request #3722 from donaldsharp/static_recursiveDavid Lamparter2019-02-071-0/+3
|\
| * zebra: Fix multiple levels of static recursionDonald Sharp2019-02-051-0/+3
* | Merge pull request #3684 from mjstapp/dplane_pwDonald Sharp2019-02-061-2/+33
|\ \ | |/ |/|
| * zebra: add handler for pw install errorsMark Stapp2019-01-251-2/+33
* | zebra: NHT was being run at least 2 times and missreporting dataDonald Sharp2019-02-051-9/+1
* | zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-4/+2
* | zebra: Move the mq data structure to zrouterDonald Sharp2019-01-311-4/+4
* | zebra: Move ribq from zebrad to zrouterDonald Sharp2019-01-311-14/+13
* | zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-1/+1
* | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+3
* | Merge pull request #3699 from donaldsharp/zebra_rib_debugsDavid Lamparter2019-01-311-29/+40
|\ \
| * | zebra: Trust kernel and System routesDonald Sharp2019-01-301-0/+8
| * | zebra: Convert route entry id number to string in debugsDonald Sharp2019-01-301-29/+32
* | | zebra: On route update context is sometimes indeterminate in post-processingDonald Sharp2019-01-301-1/+10
|/ /
* | Merge pull request #3681 from donaldsharp/onlinkRuss White2019-01-291-8/+13
|\ \
| * | *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-8/+13
| |/
* | zebra: Keep track of when routes are queued/dequeued from the dataplaneDonald Sharp2019-01-261-28/+21
* | zebra: Use ROUTE_ENTRY_INSTALLED as decision for route is installedDonald Sharp2019-01-261-39/+66
|/
* Merge pull request #3630 from opensourcerouting/fix-show-import-checkDonald Sharp2019-01-231-4/+4
|\
| * zebra: consolidate how we indentify address-families in the NHT codeRenato Westphal2019-01-211-4/+4
* | zebra: move LSP updates into dataplane subsystemMark Stapp2019-01-221-6/+26
|/
* zebra: Add a switch statement for rib_process_afterDonald Sharp2019-01-111-67/+75
* zebra: Limit meta_queue insertion to one time.Donald Sharp2019-01-111-25/+48
* Merge pull request #3526 from mjstapp/dplane_listsDonald Sharp2019-01-111-10/+22
|\
| * zebra: pass lists of results from dataplane to zebraMark Stapp2019-01-101-10/+22
* | zebra: Consolidate meta_queue_map into route_infoDonald Sharp2019-01-021-55/+26
|/
* Merge pull request #3464 from mjstapp/wq_eventDonald Sharp2018-12-141-0/+1
|\
| * zebra: use a small retry timeout for the rib workqueueMark Stapp2018-12-131-0/+1
* | zebra: On route removal failure return proper messageDonald Sharp2018-12-141-1/+1
* | Merge pull request #3477 from donaldsharp/multipath_respectRuss White2018-12-131-1/+12
|\ \
| * | zebra: Allow zebra to only mark up to multipath_num nexthops as ACTIVEDonald Sharp2018-12-131-1/+12
* | | Merge pull request #3467 from donaldsharp/kernel_socket_cleanupRuss White2018-12-131-78/+0
|\ \ \ | |/ / |/| |
| * | zebra: Remove rib_lookup_ipv4_routeDonald Sharp2018-12-121-78/+0
| |/
* / zebra: Convert nexthop_active functions to use boolDonald Sharp2018-12-101-9/+9
|/
* zebra: revise dplane dequeue apiMark Stapp2018-11-211-1/+1
* zebra: dataplane provider enhancementsMark Stapp2018-11-211-3/+2
* zebra: Carry onlink if set from resolving nexthopDonald Sharp2018-11-071-2/+3
* zebra: only uninstall once, when closing rib tableMark Stapp2018-10-301-1/+3
* Merge pull request #2946 from mjstapp/dplane_2Donald Sharp2018-10-281-117/+423
|\
| * zebra: rebase dataplane, align with masterMark Stapp2018-10-251-2/+2
| * zebra: limit queued route updatesMark Stapp2018-10-251-2/+17
| * zebra: revise struct names to resolve review commentsMark Stapp2018-10-251-5/+6
| * zebra: remove old apis after new dplane workMark Stapp2018-10-251-69/+0
| * zebra: add handy res2str utilityMark Stapp2018-10-251-9/+39
| * zebra: netlink fuzzing path correctionMark Stapp2018-10-251-1/+1
| * zebra: Fix style issuesMark Stapp2018-10-251-6/+3
| * zebra: ensure redist of system routesMark Stapp2018-10-251-3/+12
| * zebra: resolve style issues in dplane commitMark Stapp2018-10-251-25/+16
| * zebra: set SELECTED flag in rib_processMark Stapp2018-10-251-21/+3