summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp2024-01-221-13/+11
* *: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp2024-01-221-7/+7
* zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp2023-12-111-0/+2
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-0/+1
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-0/+1
* | zebra: fix wrong nexthop id debug messagePhilippe Guibert2023-11-301-1/+1
* | Merge pull request #14835 from donaldsharp/multipath_evpn_encap_attrDonatas Abraitis2023-11-211-17/+10
|\ \
| * | zebra: Fix fpm multipath encap additionDonald Sharp2023-11-201-17/+10
* | | zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-62/+9
|/ /
* | zebra: When using Nexthop groups, use v6 RR semanticsDonald Sharp2023-11-061-2/+4
* | zebra: Move v6_rr_semantics to be part of zrouter structureDonald Sharp2023-11-061-3/+2
|/
* zebra: Add encap type when building packet for FPMDonald Sharp2023-10-281-10/+12
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+2
* bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-201-38/+49
* Merge pull request #14348 from opensourcerouting/fpm-rrRuss White2023-09-121-7/+8
|\
| * zebra: support route replace semantics in FPMRafael Zalamena2023-09-041-7/+8
* | 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
* | zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-2/+2
|/
* zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+1
* zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp2023-07-051-29/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* Merge pull request #12811 from Avineus/frr_neighlog_5884Donatas Abraitis2023-03-011-0/+19
|\
| * zebra: neigh update netlink logKavitha2023-02-271-0/+19
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \ | |/ |/|
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | zebra: Fix for mcast-group update and delete per vni for svdsharathr2023-02-141-3/+3
* | zebra: clang-format style fixesStephen Worley2023-02-141-3/+3
* | zebra: ignore zero_mac without VNI deletesStephen Worley2023-02-141-1/+1
* | zebra: encode dvni with nexthop groupsStephen Worley2023-02-141-32/+61
* | zebra: handle ipv6-mapped-ipv4 with DVNIStephen Worley2023-02-141-3/+12
* | zebra: dont install implicit NULL labels non-vniStephen Worley2023-02-141-1/+1
* | zebra: encode vni label via lwt encapStephen Worley2023-02-141-18/+60
* | zebra: fix for issues found during static analysisSharath Ramamurthy2023-02-141-1/+2
* | zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy2023-02-141-19/+50
* | zebra: single vxlan device vni handlingSharath Ramamurthy2023-02-141-9/+9
* | zebra: single vxlan device dataplace vni update changesSharath Ramamurthy2023-02-141-0/+15
* | zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-20/+61
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-1/+1
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-4/+58
* zebra_fpm: Add support for other protocols in fpm:netlinkSpoorthi K2023-01-241-1/+1
* Merge pull request #12604 from donaldsharp/distance_metric_offload_fixesRuss White2023-01-181-1/+1
|\
| * zebra: Set metric appropriately on route offload to asicDonald Sharp2023-01-051-1/+1
* | zebra: cosmetic changes for debuganlan_cs2023-01-111-1/+1
* | fpm: Send NH message to FPM even if the local kernel doesn't support itYutaro Hayakawa2022-12-251-4/+5
|/
* zebra: Fix nexthop group memory leakDonald Sharp2022-12-151-2/+4