summaryrefslogtreecommitdiff
path: root/pbrd/pbr_nht.c
AgeCommit message (Expand)Author
2025-01-29pbrd: initialize structs used in hash_lookupDavid Lamparter
2024-01-23pbrd: Fix PBR handling for last rule deletionRajesh Varatharaj
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-08-09pbrd: use flags to indicate active fieldsG. Paul Ziemba
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31pbrd: Add missing enum's to switch statementDonald Sharp
2022-11-04*: Add ability for daemons to notice resilience changesDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-01-27pbrd: pbr route maps get addr family of nhgsStephen Worley
2021-05-25Merge pull request #8675 from wesleycoakley/pbr-table-range-core-fixMark Stapp
2021-05-19pbrd: fix coverity warningIgor Ryzhov
2021-05-16pbrd: nhg "add" edge case for last in table rangeWesley Coakley
2021-05-16pbrd: use sparse table for allocated NHG table IDsWesley Coakley
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-02-01pbrd: remove extraneous breakStephen Worley
2021-02-01pbrd: nht only handle if updates if IPV*_IFINDEX nhStephen Worley
2021-01-28pbrd: Remove #if 0 codeDonald Sharp
2021-01-18pbrd: Prevent possible NULL useDonald Sharp
2020-12-23pbrd: clean up possible checkpatch issueMark Stapp
2020-12-11pbrd: Pay attention to interface up/down events with nhtDonald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-09-01pbrd: nh "valid" semantics in nexthop trackingWesley Coakley
2020-09-01pbrd: be more selective about route updatesWesley Coakley
2020-08-28pbrd: Convert pnhc->nexthop to it's own dataDonald Sharp
2020-08-28pbrd: When multiple items share the pnhc do the right thingDonald Sharp
2020-08-28pbrd: Allow interfaces to be deleted then added back inDonald Sharp
2020-08-28pbrd: Properly hook back up when vrf is destroyed than recreatedDonald Sharp
2020-07-09pbrd: nhgc state improvements when installed/removedStephen Worley
2020-07-09pbrd: uninstall NHG route if not valid anymoreStephen Worley
2020-05-27pbrd, lib, doc: fix new `show` json key semanticsWesley Coakley
2020-05-27pbrd: `show` directives give arrays where approposWesley Coakley
2020-05-27pbrd, lib: verbosity++ for json `show` directivesWesley Coakley
2020-05-27pbrd, lib: opt. json for `show pbr nexthop-group`Wesley Coakley
2020-04-09pbrd: implement `set *` and `match *` config replacementStephen Worley
2020-04-09pbrd: delete pbr nhg cache after rlease from hashStephen Worley
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh
2020-02-26*: change hash_backet to hash_bucketDonald Sharp
2019-11-21pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley
2019-10-25lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley
2019-10-25pbrd: nexthop_group delete cb don't free pbr->nhgStephen Worley
2019-10-07pbrd: Don't track ipv6 link localsStephen Worley
2019-09-24pbrd: We should be looking for v4 and v6 nexthop typesDonald Sharp
2019-09-13pbrd: Handle GATEWAY_IFINDEX nht conflictsStephen Worley
2019-07-16pbrd: Do not install nexthop group until we have nexthopsDonald Sharp
2019-06-25lib: Private api for nexthop_group manipulationStephen Worley
2019-06-10zebra,pbrd: Update pbrd to handle NHT properlyStephen Worley