summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4)vishaldhingra2018-10-111-64/+122
* zebra : routemap "match ipv6 address prefix list" does not workkssoman2018-08-171-7/+34
* zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman2018-08-171-5/+90
* *: ALLOC calls cannot failDonald Sharp2018-08-111-3/+0
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-18/+18
* zebra, libs: use const prefix ptrs in apisMark Stapp2018-07-111-2/+4
* Merge pull request #2495 from pacovn/fixme_all_digitRuss White2018-06-201-0/+1
|\
| * bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-191-0/+1
* | bgpd, lib, zebra: Remove unnecessary returnDonald Sharp2018-06-201-3/+1
* | zebra: Add initial framework to keep track of changed route-mapsDonald Sharp2018-06-201-3/+25
|/
* zebra: Add sharp to protocols that you can match source-protocol onDonald Sharp2018-05-171-4/+6
* zebra: Add 'match source-instance' to allow finer grained controlDonald Sharp2018-05-171-4/+81
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* zebra: Fix failure to parse srcDonald Sharp2018-01-281-1/+1
* zebra: Allow static non interface based routes to leakDonald Sharp2018-01-121-1/+1
* doc, zebra: Add 'match ipv6 address prefix-len (0-128)' commandDonald Sharp2017-11-061-10/+43
* lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp2017-10-251-2/+2
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-25/+30
* zebra: add missing protocols names to source-protocol route-map matchJorge Boncompte2017-08-041-2/+10
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-7/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+7