summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-supportDonatas Abraitis2022-11-144-0/+94
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Add `behavior usid` command to VTYCarmine Scarpitta2022-11-081-0/+35
| * | | zebra: Add helpers to notify locator add/deleteCarmine Scarpitta2022-11-082-0/+55
| * | | lib,zebra: Add SRv6 uSID info to VTY outputCarmine Scarpitta2022-11-081-0/+3
| * | | lib,zebra: Send SRv6 locator flags over the ZAPICarmine Scarpitta2022-10-291-0/+1
* | | | zebra: relax if_type check to allow early ES config creationAnuradha Karuppiah2022-11-101-0/+6
* | | | zebra/netconf_netlink.c: fix build without AF_MPLSFabrice Fontaine2022-11-081-0/+2
* | | | Merge pull request #12268 from opensourcerouting/fix/zebra_tc_include_netinet...Donald Sharp2022-11-071-1/+1
|\ \ \ \
| * | | | zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdrDonatas Abraitis2022-11-061-1/+1