summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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