summaryrefslogtreecommitdiff
path: root/zebra/zebra_routemap.c
AgeCommit message (Expand)Author
2025-02-11zebra: guard against junk in nexthop->rmap_srcDavid Lamparter
2024-05-21zebra: Deny the routes if ip protocol CLI refers to an undefined rmapPooja Jagadeesh Doijode
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert vrf configuration output to NBIgor Ryzhov
2024-01-28zebra: convert route-map delay-timer command to NBIgor Ryzhov
2024-01-28zebra: convert ip nht commands to NBIgor Ryzhov
2024-01-28zebra: convert ip protocol commands to NBIgor Ryzhov
2023-08-11zebra: Remove tag from zebra_rmap_objDonald Sharp
2023-08-11zebra: Use the re->metric instead of 0 for zebra_rmap_objDonald Sharp
2023-08-11zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp
2023-08-11zebra: Replace source_protocol with just using re in route map objectDonald Sharp
2023-08-11zebra: Remove vrf_id from passed around objectDonald Sharp
2023-08-11zebra: import table match against interface name could failDonald Sharp
2023-08-11zebra: Rename `struct nh_rmap_obj` to `struct zebra_rmap_obj`Donald Sharp
2023-07-16zebra: The command ipv6 nht xxx not workguozhongfeng
2023-04-04Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-23bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: Add access-list lookup failures to debug routemap detailDonald Sharp
2023-02-13zebra: Add prefix-list lookup failures to routemap debug detailDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2022-12-16zebra: json support for show ip nht route-mapSindhu Parvathi Gopinathan
2022-12-09zebra: Free up routemap name memory on vrf deletion eventDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-04-28lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-09-27zebra: Start carrying safi for rnh processingDonald Sharp
2021-09-27zebra: remove 'enum rnh_type' from systemDonald Sharp
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-30zebra: North-bound implementation for zebra rmapsSarita Patra
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-01-25Merge pull request #7905 from mjstapp/fix_zapi_nhgDonald Sharp
2021-01-21zebra: use afi_t for route-map address family argMark Stapp
2021-01-15zebra: A `zebra route-map delay-timer 0` command should still run the route-mapDonald Sharp
2021-01-15zebra: Push timer out if another route-map change comes in for zebraDonald Sharp
2021-01-15zebra: Limit routemap changes to reconsider only routes associated with that rmDonald Sharp
2021-01-15zebra: Allow rib_update_table to receive a specified route typeDonald Sharp
2021-01-15doc: Document the "zebra route-map delay-timer" functionalityDonald Sharp
2021-01-08zebra: zebra route-map delay-timer is global not per vrfDonald Sharp
2021-01-08zebra: Remove uncalled functionDonald Sharp
2020-12-10Merge pull request #7524 from donaldsharp/zebra_route_map_tightenDonatas Abraitis
2020-11-13zebra: deny when route map is specified but does not exist yetDonald Sharp
2020-11-13*: Remove route_map_object_t from the systemDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal