summaryrefslogtreecommitdiffstats
path: root/ripd/rip_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-4/+6
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-31/+62
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-32/+29
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-1/+2
|\
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* | 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-24/+27
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-27/+24
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-031-5/+0
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-19/+0
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-10/+12
* *: 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-8/+7
* ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp2017-11-161-3/+5
* ripd: Fix warning about metric value less than 0Donald Sharp2017-09-051-2/+1
* lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-16/+25
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-6/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-426/+358
* *: 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
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-1/+1
|\
| * *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-60/+10
|\|
| * *: Consistently support 32-bit route tagsChristian Franke2016-10-081-64/+14
* | all: removed all DEFUN command stompsDaniel Walton2016-10-061-402/+31
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-291-9/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+9
* | ripd: argv not argcQuentin Young2016-09-271-1/+1
* | ripd: resolve rip_routemap.c CHECK ME'sQuentin Young2016-09-271-155/+62
* | ripd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-11/+21
* | 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-110/+119
* | ripd: argv updateDaniel Walton2016-09-231-51/+21
* | Revert "ripd: Fixup code to work under new way"Daniel Walton2016-09-221-21/+21
* | ripd: Fixup code to work under new wayDonald Sharp2016-09-211-21/+21
|/
* When a route-map configuration is used to set the nexthop to a value, makeDonald Sharp2015-06-111-0/+7
* 'set metric -12' is broken in the parserDonald Sharp2015-05-201-8/+8
* Add support for route tagsDonald Sharp2015-05-201-5/+18
* Fix "no set metric" for ospf6 and RIPDonald Sharp2015-05-201-2/+10
* *: nuke ^L (page feed)David Lamparter2014-06-041-7/+7
* [ripd] bug #293: routemap set metric doesn't check for underflow correctlyPaul Jakma2006-09-111-1/+1
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-42/+42
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-3/+15
* Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.hasso2005-05-281-1/+1
* * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use senderhasso2005-05-261-2/+2
* * rip_routemap.c: Make "match interface" routemap command match both -hasso2005-05-251-1/+1