summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12434 from chiragshah6/fdev1Donatas Abraitis2022-12-191-27/+102
|\
| * zebra: json support for show ip nht route-mapSindhu Parvathi Gopinathan2022-12-161-27/+102
* | Merge pull request #12537 from anlancs/fix/fpm-debug-infoRafael Zalamena2022-12-191-4/+9
|\ \
| * | zebra: fix wrong gateway for fpm debuganlan_cs2022-12-171-4/+9
| |/
* | Merge pull request #12538 from donaldsharp/zebra_crash_in_shutdownRafael Zalamena2022-12-191-3/+3
|\ \
| * | zebra: Ensure memory is not freed that dplane depends on in shutdownDonald Sharp2022-12-171-3/+3
* | | zebra: Notice Optional Router Advertisement types that are not handledDonald Sharp2022-12-172-0/+36
| |/ |/|
* | zebra: When freeing the early route queue, actually free it rightDonald Sharp2022-12-151-4/+4
* | lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-152-2/+0
* | zebra: Fix nexthop group memory leakDonald Sharp2022-12-151-2/+4
|/
* Merge pull request #12513 from Pdoijode/masterDonatas Abraitis2022-12-151-97/+264
|\
| * zebra: JSON support for show nexthop-group ribPooja Jagadeesh Doijode2022-12-141-97/+264
* | Merge pull request #12075 from donaldsharp/highlineRafael Zalamena2022-12-149-146/+376
|\ \
| * | zebra: Read from the dplane_fpm_nl a route updateDonald Sharp2022-12-134-9/+142
| * | zebra: Add ctx to netlink message parsingDonald Sharp2022-12-124-8/+47
| * | zebra: Rearrange dplane_ctx_route_initDonald Sharp2022-12-122-20/+48
| * | zebra: Add dplane_ctx_get|set_flagsDonald Sharp2022-12-122-0/+19
| * | zebra: Remove goto's that do not do anything specialDonald Sharp2022-12-121-62/+32
| * | zebra: Re-arrange fpm_read to reduce code duplicationDonald Sharp2022-12-121-10/+9
| * | zebra: Add `zrouter.asic_notification_nexthop_control`Donald Sharp2022-12-124-40/+83
| * | zebra: Return statements do not use paranthesisDonald Sharp2022-12-121-2/+1
* | | zebra: fix flags used for debug dpdkMark Stapp2022-12-132-5/+7
|/ /
* | zebra: Free up routemap name memory on vrf deletion eventDonald Sharp2022-12-093-0/+20
* | zebra: Actually free all memory associated ctx->u.iptable.interface_name_listDonald Sharp2022-12-091-14/+8
|/
* Merge pull request #12432 from mjstapp/use_real_mtypesDonald Sharp2022-12-0610-32/+58
|\
| * zebra: use real MTYPEs for various objectsMark Stapp2022-12-0510-32/+58
* | zebra: Cleanup use after free in shutdownDonald Sharp2022-12-051-1/+3
* | zebra: Add missing newline in SRv6 config writeCarmine Scarpitta2022-12-051-2/+2
|/
* zebra: json support for show ip nhtSindhu Parvathi Gopinathan2022-11-293-47/+198
* Merge pull request #12408 from opensourcerouting/fix/mpls_vtysh_printDonald Sharp2022-11-281-1/+1
|\
| * zebra: Use `mpls enable`, not `mpls` when generating a configDonatas Abraitis2022-11-281-1/+1
* | zebra: Fix tracepoint changes for lttngDonald Sharp2022-11-261-0/+43
|/
* Merge pull request #12371 from proelbtn/fix-frr-reload-doesnot-workDonatas Abraitis2022-11-251-5/+5
|\
| * bgpd: Fix the other of SR locator parametersRyoga Saito2022-11-221-5/+5
* | zebra: Replace TC definitions for dplaneDonatas Abraitis2022-11-231-3/+8
* | zebra: traffic control ZAPISiger Yang2022-11-221-0/+172
* | zebra: traffic control state managementSiger Yang2022-11-2221-234/+1697
* | zebra: update tc netlink / socket license headerSiger Yang2022-11-223-42/+33
* | zebra: Fix use-after-free issue in srte cleanupCarmine Scarpitta2022-11-181-3/+3
|/
* Merge pull request #12081 from sworleys/EMM-upstreamDonatas Abraitis2022-11-178-136/+208
|\
| * zebra: use "get" naming for bgp accept lower knobStephen Worley2022-11-015-5/+5
| * zebra: add some neigh del not found debugsStephen Worley2022-10-112-2/+13
| * bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley2022-10-115-121/+120
| * zebra: special sync routes lower seq handlingStephen Worley2022-10-112-2/+28
| * zebra: add knob to accept lower seq in evpnStephen Worley2022-10-075-14/+50
* | Merge pull request #12147 from pguibert6WIND/srte_flushDonatas Abraitis2022-11-173-1/+21
|\ \
| * | zebra: upon srte leave, flush sr policiesPhilippe Guibert2022-10-193-1/+21
* | | Merge pull request #12315 from donaldsharp/dplane_sorryDonatas Abraitis2022-11-151-8/+6
|\ \ \
| * | | zebra: Fix dplane_fpm_nl to allow for fast configurationDonald Sharp2022-11-141-2/+5
| * | | zebra: Use the enum, lukeDonald Sharp2022-11-141-6/+1