summaryrefslogtreecommitdiff
path: root/zebra/rt_netlink.c
AgeCommit message (Expand)Author
2024-01-22lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp
2024-01-22*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp
2023-12-11zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-30zebra: fix wrong nexthop id debug messagePhilippe Guibert
2023-11-21Merge pull request #14835 from donaldsharp/multipath_evpn_encap_attrDonatas Abraitis
2023-11-20zebra: Fix fpm multipath encap additionDonald Sharp
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-06zebra: When using Nexthop groups, use v6 RR semanticsDonald Sharp
2023-11-06zebra: Move v6_rr_semantics to be part of zrouter structureDonald Sharp
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-10-28zebra: Add encap type when building packet for FPMDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-09-12Merge pull request #14348 from opensourcerouting/fpm-rrRuss White
2023-09-12Merge pull request #13724 from cscarpitta/feature/isisd-srv6-supportRuss White
2023-09-11zebra: Encode SRv6 flavors in Netlink messagesCarmine Scarpitta
2023-09-11zebra: Resolve default values for SRv6 flavor attrCarmine Scarpitta
2023-09-11zebra: Resolve default values for SRv6 flavor attrCarmine Scarpitta
2023-09-11zebra: Extend `rt_netlink.c` to parse SRv6 flavorsCarmine Scarpitta
2023-09-04zebra: support route replace semantics in FPMRafael Zalamena
2023-08-22zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-07-05zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-01Merge pull request #12811 from Avineus/frr_neighlog_5884Donatas Abraitis
2023-02-27zebra: neigh update netlink logKavitha
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: Fix for mcast-group update and delete per vni for svdsharathr
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: ignore zero_mac without VNI deletesStephen Worley
2023-02-13zebra: encode dvni with nexthop groupsStephen Worley
2023-02-13zebra: handle ipv6-mapped-ipv4 with DVNIStephen Worley
2023-02-13zebra: dont install implicit NULL labels non-vniStephen Worley
2023-02-13zebra: encode vni label via lwt encapStephen Worley
2023-02-13zebra: fix for issues found during static analysisSharath Ramamurthy
2023-02-13zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy
2023-02-13zebra: single vxlan device vni handlingSharath Ramamurthy
2023-02-13zebra: single vxlan device dataplace vni update changesSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-24zebra_fpm: Add support for other protocols in fpm:netlinkSpoorthi K
2023-01-18Merge pull request #12604 from donaldsharp/distance_metric_offload_fixesRuss White
2023-01-11zebra: cosmetic changes for debuganlan_cs
2023-01-05zebra: Set metric appropriately on route offload to asicDonald Sharp
2022-12-25fpm: Send NH message to FPM even if the local kernel doesn't support itYutaro Hayakawa
2022-12-15zebra: Fix nexthop group memory leakDonald Sharp