summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: mark connected nh inactive if not matching ifindexStephen Worley2020-07-101-0/+7
* zebra: improve logic handling backup nexthop installationMark Stapp2020-07-071-3/+7
* zebra: skip un-installed recursive matchMark Stapp2020-07-071-6/+10
* zebra: only use ACTIVE nexthops in recursive resolutionMark Stapp2020-07-071-0/+4
* zebra: allow recursive resolution to use backup nexthopsMark Stapp2020-07-071-5/+36
* staticd,zebra: use ALLOW_RECURSION for static routesMark Stapp2020-07-071-27/+0
* tests,zebra: fix more startup topotest issuesMark Stapp2020-07-041-4/+4
* zebra: prepare dplane to deal with pbr rulesJakub UrbaƄczyk2020-06-101-0/+3
* zebra: rename 'nhg_copy' to 'nhe_copy'Mark Stapp2020-06-011-5/+9
* Merge pull request #6389 from mjstapp/fix_recursive_label_typeRuss White2020-05-191-4/+24
|\
| * zebra: prefer outer label_type for recursive nexthopsMark Stapp2020-05-121-4/+24
* | zebra: Trust onlink flag for nexthop active resolutionvivek2020-05-161-19/+10
|/
* zebra: Remove typedef rib_table_info_t from systemDonald Sharp2020-05-081-1/+1
* zebra: Loosen ONLINK restrictions a tiny bitDonald Sharp2020-05-061-10/+3
* zebra: fix some coverity SA warningsMark Stapp2020-04-141-18/+13
* zebra: don't include backup nhs in main nhe dependency treeMark Stapp2020-03-271-11/+25
* zebra: handle backup nexthops in nhe/nhgsMark Stapp2020-03-271-117/+428
* zebra: add per-nexthop backup indexMark Stapp2020-03-271-42/+183
* zebra: break if duplicate nexthop found in nhe2grpStephen Worley2020-03-261-1/+3
* zebra: properly set the NEXTHOP_GROUP_VALID flagStephen Worley2020-03-261-2/+45
* zebra: set valid on re->nhe directly in nexthop_active_update()Stephen Worley2020-03-261-13/+2
* zebra: add debug for duplicate NH in dataplane array conversionStephen Worley2020-03-261-5/+12
* zebra: don't add ID to kernel nh_grp if not installed/queuedStephen Worley2020-03-261-0/+14
* zebra: handle NHG in NHG dataplane group conversionStephen Worley2020-03-261-17/+43
* *: remove tabs from log messagesDavid Lamparter2020-03-241-16/+19
* zebra: use modern C function definitionRuben Kerkhof2020-03-111-2/+2
* zebra: nhg->nexthop is not NULLDonald Sharp2020-03-061-6/+0
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-14/+11
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+2
* zebra: trust directly connected kernel/system routesStephen Worley2020-03-021-1/+10
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-21/+22
* Merge pull request #5750 from qlyoung/fix-null-after-xfreeRenato Westphal2020-02-051-1/+0
|\
| * *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* | Merge pull request #5746 from donaldsharp/bgp_saRuss White2020-02-041-1/+1
|\ \
| * | zebra: top has already been derefedDonald Sharp2020-02-041-1/+1
| |/
* | Merge pull request #5737 from mjstapp/zebra_disable_kern_nhsRuss White2020-02-041-0/+18
|\ \ | |/ |/|
| * zebra: add config to disable use of kernel nexthopsMark Stapp2020-01-281-0/+18
* | zebra: nexthop groups vrf's are only a function of namespacesDonald Sharp2020-01-311-10/+17
* | zebra: add null check before connecting recursive dependStephen Worley2020-01-301-1/+3
* | zebra: don't created connected if duplicate dependStephen Worley2020-01-301-10/+45
|/
* Merge pull request #5600 from sworleys/NHG-Depend-CrashMark Stapp2020-01-151-7/+37
|\
| * lib,zebra: tighten up the nexthop_copy/nexthop_dup APIsStephen Worley2020-01-151-13/+2
| * zebra: can't improve efficiency for recursive dependsStephen Worley2020-01-151-6/+47
* | Merge pull request #5616 from sworleys/NHG-Fix-Recurse-to-GroupMark Stapp2020-01-151-1/+1
|\ \
| * | zebra: just set nexthop member in handle_recursive_depend()Stephen Worley2020-01-151-1/+1
| |/
* / bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULTDonald Sharp2020-01-151-1/+1
|/
* zebra: improve efficiency of depends_find()Mark Stapp2019-12-181-12/+12
* zebra: pass type when finding individual nexthopStephen Worley2019-12-161-1/+1
* lib, zebra: Allow for installation of a weighted nexthopDonald Sharp2019-12-091-1/+1
* Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp2019-12-041-48/+24
|\