summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh2023-04-181-10/+126
* ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh2023-04-181-1/+1
* bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp2023-03-231-4/+4
* 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
* | ospfd: Warn operator about prefix lists not existing in routemapsDonald Sharp2023-02-131-2/+13
* | ospfd: Add access-list lookup failures to routemap codeDonald Sharp2023-02-131-2/+12
|/
* ospfd: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-151-1/+1
* ospfd: fix routemap updateIgor Ryzhov2021-06-171-13/+8
* ospfd: North-bound implementation for ospfd rmapsSarita Patra2021-03-301-7/+18
* ospfd: Prevent crash by accessing memory not owned.Donald Sharp2020-11-251-1/+1
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-105/+71
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-26/+52
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-29/+25
* rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis2019-06-211-0/+38
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-23/+27
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-27/+23
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-1/+1
* ospfd: fix behavior of +/-metricQuentin Young2019-04-081-4/+5
* ospfd: Added changes to track route-map usagergirada2019-02-041-5/+13
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-1/+1
* ospfd: Convert ospf_routemap.c to use error card subsystemDonald Sharp2018-09-061-1/+3
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-9/+11
* bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-191-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-5/+5
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-9/+12
* ospfd: OSPF support the +/- in set metric <+/-metric>dturlupov2018-02-091-16/+33
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-031-1/+1
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-49/+49
* lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-6/+15
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-12/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+12
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-390/+333
* ospfd: fix route-map brokennessQuentin Young2017-06-171-96/+14
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+2
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-7/+11
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-1/+0
|\
| * *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+0
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-74/+8
|\|
| * *: Consistently support 32-bit route tagsChristian Franke2016-10-081-77/+12
* | all: removed all DEFUN command stompsDaniel Walton2016-10-061-243/+25
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-9/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+9
* | ospfd: minor parser fixesDaniel Walton2016-09-291-4/+4
* | ospfd: resolve CHECK ME'sQuentin Young2016-09-291-132/+50
* | ospfd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-11/+20
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-6/+6
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-83/+92
* | ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-47/+20
|/