summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: if: track oper-state inlineChristian Hopps4 days2-13/+20
* lib: vrf: track oper-state inlineChristian Hopps4 days1-0/+2
* zebra: Optimize invoking nhg compare funcRajasekar Raja8 days1-2/+2
* zebra: Fix leaked nheDonald Sharp9 days1-5/+14
* Merge pull request #17474 from sougata-github-nvidia/rib_ip_protocol_cleanupRuss White11 days2-19/+5
|\
| * zebra: Fix ip protocol route-map issue.Sougata Barik12 days2-19/+5
* | Merge pull request #17752 from raja-rajasekar/rajasekarr/comp_issueJafar Al-Gharaibeh12 days1-111/+9
|\ \
| * | zebra: fix dpdk compilation errorRajasekar Raja2025-01-031-111/+9
* | | Merge pull request #17737 from chiragshah6/fdev7Donatas Abraitis2025-01-031-5/+8
|\ \ \ | |/ / |/| |
| * | zebra:check DAD freeze action before notifying bgpChirag Shah2024-12-301-5/+8
* | | zebra: Fix resetting valid flags for NHG dependentsDonald Sharp2024-12-301-7/+15
|/ /
* | zebra: Remove tests for `srv6_locator_alloc` failureCarmine Scarpitta2024-12-221-4/+0
* | Merge pull request #17544 from anlancs/zebra/fix-plug-interfaceRuss White2024-12-173-2/+4
|\ \
| * | zebra: check kernel routes when interface becomes upanlan_cs2024-12-171-0/+2
| * | zebra: don't uninstall kernel routesanlan_cs2024-12-171-1/+1
| * | zebra: fix wrong nexthop checkanlan_cs2024-12-171-1/+1
* | | Merge pull request #17252 from nabahr/mcast-modeRafael Zalamena2024-12-168-389/+165
|\ \ \
| * | | zebra: Improve multicast safi route show commandsNathan Bahr2024-12-121-186/+139
| * | | zebra,yang: Completely remove multicast mode from zebraNathan Bahr2024-12-125-128/+2
| * | | zebra,pimd,lib: Modify ZEBRA_NEXTHOP_LOOKUP_MRIBNathan Bahr2024-12-123-77/+26
| |/ /
* / / zebra: Give a bit more data about zclient connection on errorsDonald Sharp2024-12-131-6/+5
|/ /
* | Merge pull request #17638 from donaldsharp/zebra_metaq_stuffDonatas Abraitis2024-12-121-14/+4
|\ \
| * | zebra: Remove tests for allocation failureDonald Sharp2024-12-111-14/+4
* | | zebra: Fix another ships in the night issue with WFIDonald Sharp2024-12-091-0/+21
* | | zebra: Reduce memory usage of streams for encoding packetsDonald Sharp2024-12-094-23/+21
* | | zebra: Reset MAC's remote sequence number appropriatelyvivek2024-12-092-0/+3
|/ /
* | Merge pull request #17589 from anlancs/master_upDonatas Abraitis2024-12-071-3/+1
|\ \
| * | zebra: use macro for one checkanlan_cs2024-12-051-3/+1
* | | zebra: add deprecation notice for no-op netns commandIgor Ryzhov2024-12-071-0/+3
|/ /
* | zebra: separate zebra ZAPI server open and acceptMark Stapp2024-12-033-5/+45
* | Merge pull request #17519 from chiragshah6/evpn_dev4Mark Stapp2024-11-262-5/+4
|\ \
| * | zebra: EVPN fix code style in vlan vni map debugsChirag Shah2024-11-262-5/+4
* | | Merge pull request #16878 from donaldsharp/increased_test_coverJafar Al-Gharaibeh2024-11-262-6/+32
|\ \ \ | |/ / |/| |
| * | zebra: Remove some unused functions on linux buildDonald Sharp2024-11-252-0/+4
| * | zebra: Add ability to know if some config is setDonald Sharp2024-11-251-6/+28
* | | Merge pull request #17483 from chiragshah6/evpn_dev4Russ White2024-11-263-2/+21
|\ \ \
| * | | zebra: add debug in remote vtep install ifp not upChirag Shah2024-11-251-1/+7
| * | | zebra: EVPN add debug trace for HREP entryChirag Shah2024-11-251-0/+7
| * | | zebra: EVPN check vxlan oper up in vlan mappingChirag Shah2024-11-251-1/+7
| |/ /
* / / zebra: avoid a race during FPM dplane plugin shutdownMark Stapp2024-11-251-0/+34
|/ /
* / lib, zebra: Do not have duplicate memory type problemsDonald Sharp2024-11-221-26/+1
|/
* zebra: Put debug guards in zebra_vxlan.cDonald Sharp2024-11-141-56/+60
* zebra: zebra_vxlan.c assert on dev escape problemDonald Sharp2024-11-141-2/+1
* zebra: Missed debug guard in zebra_evpn.cDonald Sharp2024-11-141-2/+3
* zebra: fix unguarded debug in evpn codeMark Stapp2024-11-131-1/+2
* Merge pull request #17297 from mjstapp/mjs_ifp_tableDonald Sharp2024-11-128-472/+590
|\
| * zebra: remove if_table from the zebra NSMark Stapp2024-10-292-7/+0
| * zebra: use new per-NS ifp iterators in vxlan codeMark Stapp2024-10-292-197/+172
| * lib,zebra: remove table node from ifp structMark Stapp2024-10-291-1/+2
| * zebra: use new per-NS iteration in zebra_evpnMark Stapp2024-10-282-140/+103