summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14515 from mjstapp/fix_nhg_intf_uninstallChirag Shah2023-10-101-2/+7
|\
| * zebra: be more careful removing 'installed' flag from nhgsMark Stapp2023-09-291-2/+7
* | Merge pull request #14548 from raja-rajasekar/frr_dev1Russ White2023-10-101-0/+1
|\ \
| * | zebra: Prevent leaking ctx memory in err conditionRajasekar Raja2023-10-091-0/+1
* | | zebra: Free nexthop_groupKeelan102023-10-101-0/+1
* | | Merge pull request #14533 from mjstapp/fix_rule_notify_vrfDonald Sharp2023-10-093-1/+12
|\ \ \ | |/ / |/| |
| * | lib,*: add vrf id to pbr rule results zapi messageMark Stapp2023-10-053-1/+12
* | | Merge pull request #14543 from mjstapp/fix_pbr_rule_uniqueDonald Sharp2023-10-091-7/+15
|\ \ \
| * | | zebra: add zclient to iprules keyMark Stapp2023-10-061-7/+15
| |/ /
* / / *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-074-31/+5
|/ /
* | Merge pull request #14510 from opensourcerouting/fix/coccinelle_issuesDonald Sharp2023-09-292-5/+5
|\ \
| * | *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-3/+3
| * | zebra: Drop new lines from zlog_debug for dpdk debug messagesDonatas Abraitis2023-09-291-2/+2
* | | zebra: delete label chunk upon releasefmihoub6WIND2023-09-291-6/+7
* | | zebra: dump label table informationfmihoub6WIND2023-09-292-0/+21
|/ /
* | Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-264-0/+7
|\ \ | |/ |/|
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-184-0/+7
* | zebra: Fix longstanding snmp coverity issueDonald Sharp2023-09-211-4/+5
* | zebra: add northbound api hooks for nexthop segmentsDmytro Shytyi2023-09-203-0/+88
* | bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-204-53/+103
|/
* zebra: remove duplicated codeIgor Ryzhov2023-09-171-10/+2
* zebra: fix link update for veth interfacesJafar Al-Gharaibeh2023-09-141-2/+0
* Merge pull request #14162 from opensourcerouting/feature/turn_on_nht_resolve_...Russ White2023-09-133-10/+64
|\
| * zebra: Show NHT resolve via default status on/offDonatas Abraitis2023-08-171-1/+26
| * zebra: Enable `nht resolve-via-default` by default for traditional profileDonatas Abraitis2023-08-172-9/+38
* | Merge pull request #14348 from opensourcerouting/fpm-rrRuss White2023-09-123-12/+53
|\ \
| * | zebra: support route replace semantics in FPMRafael Zalamena2023-09-043-12/+53
* | | Merge pull request #13724 from cscarpitta/feature/isisd-srv6-supportRuss White2023-09-121-0/+106
|\ \ \
| * | | zebra: Encode SRv6 flavors in Netlink messagesCarmine Scarpitta2023-09-111-0/+50
| * | | zebra: Resolve default values for SRv6 flavor attrCarmine Scarpitta2023-09-111-0/+11
| * | | zebra: Resolve default values for SRv6 flavor attrCarmine Scarpitta2023-09-111-0/+10
| * | | zebra: Extend `rt_netlink.c` to parse SRv6 flavorsCarmine Scarpitta2023-09-111-0/+35
* | | | Merge pull request #14377 from mjstapp/nl_rule_valid_actionDonatas Abraitis2023-09-091-0/+24
|\ \ \ \
| * | | | zebra: ignore iprule requests for unsupported actionsMark Stapp2023-09-081-0/+24
* | | | | zebra: Prevent Null pointer derefDonald Sharp2023-09-061-2/+6
|/ / / /
* | | | Merge pull request #14318 from raja-rajasekar/frr_dev1Russ White2023-09-053-20/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-313-20/+48
* | | | lib,zebra: add tx queuelen to interface structMark Stapp2023-09-015-2/+29
|/ / /
* | | Merge pull request #14256 from rodecker/rt-table-idDonald Sharp2023-08-257-8/+17
|\ \ \
| * | | zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-227-8/+17
* | | | Merge pull request #14251 from donaldsharp/protodown_rc_issueDonatas Abraitis2023-08-231-0/+6
|\ \ \ \
| * | | | zebra: Prevent protodown_rc from going BzonkasDonald Sharp2023-08-211-0/+6
| |/ / /
* | | | Merge pull request #14142 from zays26/fix/zebra-assertRuss White2023-08-222-4/+22
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: fix assert in process_subq_routePavel Ivashchenko2023-08-092-4/+22
* | | | Merge pull request #14223 from donaldsharp/interface_fiesMark Stapp2023-08-185-3/+48
|\ \ \ \ | |_|_|/ |/| | |
| * | | zebra: Fix crashes in interface changeDonald Sharp2023-08-175-3/+48
* | | | Merge pull request #13623 from Keelan10/zebra-leak-fixDonatas Abraitis2023-08-161-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Delete the 'mbr_zifs' list in the if_zebra_delete_hook functionKeelan102023-08-121-0/+5
* | | | Merge pull request #14016 from mjstapp/event_exec_ptrDonald Sharp2023-08-151-2/+1
|\ \ \ \
| * | | | * : include event ptr in event_execute apiMark Stapp2023-07-251-2/+1