summaryrefslogtreecommitdiff
path: root/zebra/zebra_routemap.c
AgeCommit message (Expand)Author
2019-11-22zebra: Fix `show ip nexthop route-map` and `show ip protocol`Donald Sharp
2019-09-15lib: rmap dep table is not correct in case of exact-match clausevdhingra
2019-09-03*: Convert some route map functions to return the enumDonald Sharp
2019-07-22lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy
2019-06-22rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis
2019-06-03Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy
2019-05-31lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam
2019-05-30lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy
2019-05-11zebra: Make coverity SA happy with zebra_routemap.cDonald Sharp
2019-05-10bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-05Merge pull request #3518 from rgirada/routemap_3090Donald Sharp
2019-02-04zebrad: Added changes to track route-map usagergirada
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2019-01-21zebra: consolidate how we indentify address-families in the NHT codeRenato Westphal
2018-11-06zebra: Add `match ipv6 address WORD` as a legal optionDonald Sharp
2018-10-11zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4)vishaldhingra
2018-10-11zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4)vishaldhingra
2018-10-11zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4)vishaldhingra
2018-10-11 zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4)vishaldhingra
2018-08-17zebra : routemap "match ipv6 address prefix list" does not workkssoman
2018-08-17zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-07-23libs, daemons: use const in route-map applyMark Stapp
2018-07-11zebra, libs: use const prefix ptrs in apisMark Stapp
2018-06-20Merge pull request #2495 from pacovn/fixme_all_digitRuss White
2018-06-19bgpd, lib, zebra: Remove unnecessary returnDonald Sharp
2018-06-19zebra: Add initial framework to keep track of changed route-mapsDonald Sharp
2018-06-19bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco
2018-05-17zebra: Add sharp to protocols that you can match source-protocol onDonald Sharp
2018-05-17zebra: Add 'match source-instance' to allow finer grained controlDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-27zebra: Fix failure to parse srcDonald Sharp
2018-01-12zebra: Allow static non interface based routes to leakDonald Sharp
2017-11-06doc, zebra: Add 'match ipv6 address prefix-len (0-128)' commandDonald Sharp
2017-10-25lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-08-25*: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp
2017-08-04zebra: add missing protocols names to source-protocol route-map matchJorge Boncompte
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: use vty_outlnQuentin Young