summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-2/+12
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-51/+44
* rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis2019-06-211-0/+76
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-36/+43
* lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-1/+1
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-43/+36
* zebra: Make coverity SA happy with zebra_routemap.cDonald Sharp2019-05-111-0/+20
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-2/+1
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* Merge pull request #3518 from rgirada/routemap_3090Donald Sharp2019-02-051-2/+35
|\
| * zebrad: Added changes to track route-map usagergirada2019-02-041-2/+35
* | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
|/
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* zebra: consolidate how we indentify address-families in the NHT codeRenato Westphal2019-01-211-8/+8
* zebra: Add `match ipv6 address WORD` as a legal optionDonald Sharp2018-11-071-9/+32
* zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4)vishaldhingra2018-10-111-110/+177
* zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4)vishaldhingra2018-10-111-175/+230
* zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4)vishaldhingra2018-10-111-8/+26