summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eigrpd: convert distribute-list configuration to northboundIgor Ryzhov2024-01-221-46/+0
* lib: enable multiple instance support with distribute listsChristian Hopps2024-01-221-3/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Fix spelling of ojbectDonald Sharp2022-04-021-2/+2
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-6/+6
* lib: Add autocomplete for prefix-list under route-mapsDonatas Abraitis2021-10-281-4/+4
* *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-12/+4
* eigrpd: fix `distribute-list...` command for EIGRPDonald Sharp2021-05-041-0/+45
* eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage2021-01-121-2/+2
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-5/+5
* *: Remove break after returnDonatas Abraitis2020-02-131-7/+0
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-27/+58
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-5/+1
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-4/+22
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-28/+26
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-1/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* eigrpd: fix invalid command definitionsIgor Ryzhov2019-06-071-12/+12
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-26/+28
* 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-28/+26
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-11/+11
* eigrp: Fix missing neighbor->nexthop changes?Donald Sharp2017-09-051-1/+1
* *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-43/+54
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-21/+10
* *: reindent pt. 2whitespace / reindent2017-07-171-10/+21
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-764/+663
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-9/+9
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-9/+9
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-9/+9
|/
* *: use vty_outlnQuentin Young2017-06-291-9/+9
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-081-383/+382
* eigrp: Initial CommitDonald Sharp2017-03-091-0/+1244