summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Remove tag from zebra_rmap_objDonald Sharp2023-08-111-9/+7
* zebra: Use the re->metric instead of 0 for zebra_rmap_objDonald Sharp2023-08-111-4/+0
* zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp2023-08-111-14/+8
* zebra: Replace source_protocol with just using re in route map objectDonald Sharp2023-08-111-15/+16
* zebra: Remove vrf_id from passed around objectDonald Sharp2023-08-111-5/+1
* zebra: import table match against interface name could failDonald Sharp2023-08-111-7/+4
* zebra: Rename `struct nh_rmap_obj` to `struct zebra_rmap_obj`Donald Sharp2023-08-111-67/+67
* zebra: The command ipv6 nht xxx not workguozhongfeng2023-07-161-3/+3
* Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White2023-04-041-4/+4
|\
| * bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp2023-03-231-4/+4
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
|/
* 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: Add access-list lookup failures to debug routemap detailDonald Sharp2023-02-131-2/+12
* | zebra: Add prefix-list lookup failures to routemap debug detailDonald Sharp2023-02-131-2/+12
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-3/+9
* zebra: json support for show ip nht route-mapSindhu Parvathi Gopinathan2022-12-161-27/+102
* zebra: Free up routemap name memory on vrf deletion eventDonald Sharp2022-12-091-0/+17
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter2022-04-281-8/+8
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+1
* zebra: Start carrying safi for rnh processingDonald Sharp2021-09-271-6/+8
* zebra: remove 'enum rnh_type' from systemDonald Sharp2021-09-271-9/+6
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* zebra: North-bound implementation for zebra rmapsSarita Patra2021-03-301-26/+48
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* Merge pull request #7905 from mjstapp/fix_zapi_nhgDonald Sharp2021-01-251-1/+1
|\
| * zebra: use afi_t for route-map address family argMark Stapp2021-01-211-1/+1
* | zebra: A `zebra route-map delay-timer 0` command should still run the route-mapDonald Sharp2021-01-161-5/+4
* | zebra: Push timer out if another route-map change comes in for zebraDonald Sharp2021-01-161-7/+5
* | zebra: Limit routemap changes to reconsider only routes associated with that rmDonald Sharp2021-01-161-26/+14
* | zebra: Allow rib_update_table to receive a specified route typeDonald Sharp2021-01-161-4/+8
* | doc: Document the "zebra route-map delay-timer" functionalityDonald Sharp2021-01-161-2/+2
|/
* zebra: zebra route-map delay-timer is global not per vrfDonald Sharp2021-01-091-1/+2
* zebra: Remove uncalled functionDonald Sharp2021-01-091-8/+0
* Merge pull request #7524 from donaldsharp/zebra_route_map_tightenDonatas Abraitis2020-12-101-2/+13
|\
| * zebra: deny when route map is specified but does not exist yetDonald Sharp2020-11-141-2/+13
* | *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-162/+121
|/
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-1/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-24/+24
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+1
* zebra: migrate route map commands to northboundRafael Zalamena2020-03-231-286/+193
* zebra: Disable rmap update thread before routemap_finish while shutting down ...saravanank2020-03-171-0/+9
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-45/+91
* zebra: Fix `show ip nexthop route-map` and `show ip protocol`Donald Sharp2019-11-231-12/+12
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-10/+1