summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.c
AgeCommit message (Expand)Author
2023-10-09Merge pull request #14533 from mjstapp/fix_rule_notify_vrfDonald Sharp
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-10-05lib,*: add vrf id to pbr rule results zapi messageMark Stapp
2023-09-26Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-09-01lib,zebra: add tx queuelen to interface structMark Stapp
2023-08-09pbrd: use flags to indicate active fieldsG. Paul Ziemba
2023-08-03lib, zebra: Send up whether or not v6_with_v4_nexthops are supportedDonald Sharp
2023-07-27lib, zebra: Fix EVPN nexthop config orderXiao Liang
2023-07-20lib: zapi PBR common encode/decodeG. Paul Ziemba
2023-07-20Merge pull request #14026 from LabNConsulting/pbr-add-vlan-filtersDonald Sharp
2023-07-19pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi)G. Paul Ziemba
2023-07-12zebra: remove unnecessary check for default vrfanlan_cs
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-06-23zebra: support notifications for opaque ZAPI messagesMark Stapp
2023-06-01zebra: Unlock the route node when sending route notificationsDonald Sharp
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp
2023-02-24zebra: Send nexthop ifindex for type NEXTHOP_TYPE_IPV6Sarita Patra
2023-02-21Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-16zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp
2023-02-13lib: add label_type as field in zapi_nexthopStephen Worley
2023-02-13lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2022-12-05zebra: use real MTYPEs for various objectsMark Stapp
2022-11-22zebra: traffic control ZAPISiger Yang
2022-11-17Merge pull request #12147 from pguibert6WIND/srte_flushDonatas Abraitis
2022-11-14Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-supportDonatas Abraitis
2022-11-04*: Add ability to encode / decode resilence down zapiDonald Sharp
2022-10-29lib,zebra: Send SRv6 locator flags over the ZAPICarmine Scarpitta
2022-10-19zebra: upon srte leave, flush sr policiesPhilippe Guibert
2022-10-17lib,zebra: link-params are not flushed after no enableLouis Scalbert
2022-08-17zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp
2022-08-17zebra: Introduce early route processing on the MetaQDonald Sharp
2022-08-10zebra: Remove unused return codes in zebra_mpls.cDonald Sharp
2022-06-10lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang
2022-05-25zebra: avoid pbr iptable added twice when used with flowspecPhilippe Guibert
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-02*: use FRR interface name definition everywhereRafael Zalamena
2022-04-26zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIBDavid Lamparter
2022-03-27zebra: register NHT nexthops with proper SAFIDavid Lamparter
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-02-07zebra: Fix ships in the night issueDonald Sharp
2022-02-01Merge pull request #10443 from mjstapp/zebra_re_opaqueIgor Ryzhov
2022-01-31zebra: name the route_entry opaque struct more specificallyMark Stapp
2022-01-28zebra: Fix EVPN route nexthop config orderXiao Liang
2022-01-24Merge pull request #10406 from idryzhov/zebra-opaque-memleakDonatas Abraitis
2022-01-23zebra: fix opaque data memleakIgor Ryzhov