summaryrefslogtreecommitdiffstats
path: root/zebra/zapi_msg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Allow 16 bit size for nexthopsDonald Sharp2024-10-081-1/+1
* lib,zebra: remove unused ZEBRA_VRF_UNREGISTERDonna Sharp2024-10-071-17/+0
* zebra: Add more vrf name to debugsDonald Sharp2024-09-111-7/+9
* zebra: Do not forget to free opaque data for route entryDonatas Abraitis2024-08-131-10/+8
* *: Add and use option for graceful (re)startvivek2024-07-011-0/+1
* zebra, lib: add locator name in sid notify messagesPhilippe Guibert2024-06-171-1/+10
* zebra: Notify daemons about SIDsCarmine Scarpitta2024-06-131-0/+33
* zebra: Alloc/Release SIDs to daemons upon requestCarmine Scarpitta2024-06-131-0/+73
* zebra: Add functions to alloc/release SRv6 SIDsCarmine Scarpitta2024-06-131-1/+1
* zebra: Repond to `GET_LOCATOR` ZAPI requestCarmine Scarpitta2024-06-131-0/+29
* zebra: CLI to specify format of an SRv6 locatorCarmine Scarpitta2024-06-131-1/+17
* *: Use uint64_t for weight down the path to ZebraDonatas Abraitis2024-04-221-4/+3
* lib,zebra: add zapi message to control noarp flagLouis Scalbert2024-01-241-0/+23
* lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp2024-01-221-3/+4
* *: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp2024-01-221-9/+8
* zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert2023-12-071-13/+12
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-1/+1
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-1/+1
* | zebra: add client counter for nhg operationsPhilippe Guibert2023-11-301-1/+9
* | Merge pull request #14867 from opensourcerouting/zclient-options-cleanupDonald Sharp2023-11-251-4/+0
|\ \
| * | zebra, lib: remove notify field from hello messageDavid Lamparter2023-11-231-4/+0
* | | *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-1/+1
|/ /
* | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-6/+6
* | *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
|/
* zebra: add redistribute table-direct supportPhilippe Guibert2023-10-201-3/+10
* zebra: Make ucmp scale value owned by zrouterDonald Sharp2023-10-121-1/+2
* zebra: Score weighted values of ecmp to a number between 1-255Donald Sharp2023-10-121-0/+38
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-1/+0
* Merge pull request #14533 from mjstapp/fix_rule_notify_vrfDonald Sharp2023-10-091-1/+3
|\
| * lib,*: add vrf id to pbr rule results zapi messageMark Stapp2023-10-051-1/+3
* | *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-21/+0
|/
* Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-0/+1
|\
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-0/+1
* | bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-201-1/+2
|/
* lib,zebra: add tx queuelen to interface structMark Stapp2023-09-011-0/+1
* pbrd: use flags to indicate active fieldsG. Paul Ziemba2023-08-091-2/+25
* lib, zebra: Send up whether or not v6_with_v4_nexthops are supportedDonald Sharp2023-08-031-1/+1
* lib, zebra: Fix EVPN nexthop config orderXiao Liang2023-07-271-13/+2
* lib: zapi PBR common encode/decodeG. Paul Ziemba2023-07-201-61/+3
* Merge pull request #14026 from LabNConsulting/pbr-add-vlan-filtersDonald Sharp2023-07-201-3/+19
|\
| * pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi)G. Paul Ziemba2023-07-191-3/+19
* | zebra: remove unnecessary check for default vrfanlan_cs2023-07-121-4/+0
|/
* *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-261-10/+11
* zebra: support notifications for opaque ZAPI messagesMark Stapp2023-06-231-2/+1
* zebra: Unlock the route node when sending route notificationsDonald Sharp2023-06-011-5/+11
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-3/+3
* zebra: Send nexthop ifindex for type NEXTHOP_TYPE_IPV6Sarita Patra2023-02-241-2/+0
* Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White2023-02-211-4/+5
|\
| * zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp2023-02-161-4/+5
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\ \ | |/ |/|