summaryrefslogtreecommitdiff
path: root/ospfd/ospf_routemap.c
AgeCommit message (Expand)Author
2023-04-18lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh
2023-04-18ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh
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-13ospfd: Warn operator about prefix lists not existing in routemapsDonald Sharp
2023-02-13ospfd: Add access-list lookup failures to routemap codeDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-15ospfd: don't use if_lookup_by_name_all_vrfIgor Ryzhov
2021-06-17ospfd: fix routemap updateIgor Ryzhov
2021-03-30ospfd: North-bound implementation for ospfd rmapsSarita Patra
2020-11-25ospfd: Prevent crash by accessing memory not owned.Donald Sharp
2020-11-13*: Remove route_map_object_t from the systemDonald Sharp
2019-11-30*: make all route_map_rule_cmd constDavid Lamparter
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-30lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy
2019-05-10bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp
2019-04-08ospfd: fix behavior of +/-metricQuentin Young
2019-02-04ospfd: Added changes to track route-map usagergirada
2018-09-13ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young
2018-09-06ospfd: Convert ospf_routemap.c to use error card subsystemDonald Sharp
2018-07-23libs, daemons: use const in route-map applyMark Stapp
2018-06-19bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco
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-09ospfd: OSPF support the +/- in set metric <+/-metric>dturlupov
2017-10-03ospfd: OSPFv2 VRF Changes IIChirag Shah
2017-10-03ospfd: OSPFv2 VRF SupportChirag Shah
2017-08-29lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-17ospfd: fix route-map brokennessQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-15*: Refactor if_lookup_by_name to be VRF awareDonald Sharp
2016-12-09*: coccinelle-replace vty->indexDavid Lamparter
2016-10-20Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-19*: Consolidate routemap initializationDonald Sharp
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07*: Consistently support 32-bit route tagsChristian Franke
2016-10-06all: removed all DEFUN command stompsDaniel Walton
2016-09-30all: scrubbed some argc CHECK MEsDaniel Walton
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton
2016-09-29ospfd: minor parser fixesDaniel Walton
2016-09-29ospfd: resolve CHECK ME'sQuentin Young
2016-09-23ospfd: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton
2016-09-23ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton
2016-09-22ospfd: argv update for all but ospf_vty.cDaniel Walton