| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -1/+1 |
* | *: Replace s_addr 0 => INADDR_ANY | Donatas Abraitis | 2020-02-06 | 1 | -4/+6 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -31/+62 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -32/+29 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -2/+1 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -1/+2 |
|\ |
|
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+2 |
* | | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole` | Donatas Abraitis | 2019-06-21 | 1 | -0/+38 |
|/ |
|
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -24/+27 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -27/+24 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | ripd: remove leftovers from the old sighup handler | Renato Westphal | 2018-12-03 | 1 | -5/+0 |
* | ripd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -19/+0 |
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -10/+12 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -5/+5 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -8/+7 |
* | ripd: Convert to using 'struct nexthop' for nexthop information | Donald Sharp | 2017-11-16 | 1 | -3/+5 |
* | ripd: Fix warning about metric value less than 0 | Donald Sharp | 2017-09-05 | 1 | -2/+1 |
* | lib, ospfd, ripd, ripngd: Fix 'set metric' | Donald Sharp | 2017-08-29 | 1 | -16/+25 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -6/+2 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -2/+6 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -426/+358 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -1/+2 |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+1 |
|\ |
|
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -60/+10 |
|\| |
|
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 1 | -64/+14 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 1 | -402/+31 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -9/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+9 |
* | | ripd: argv not argc | Quentin Young | 2016-09-27 | 1 | -1/+1 |
* | | ripd: resolve rip_routemap.c CHECK ME's | Quentin Young | 2016-09-27 | 1 | -155/+62 |
* | | ripd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -11/+21 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -6/+6 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -110/+119 |
* | | ripd: argv update | Daniel Walton | 2016-09-23 | 1 | -51/+21 |
* | | Revert "ripd: Fixup code to work under new way" | Daniel Walton | 2016-09-22 | 1 | -21/+21 |
* | | ripd: Fixup code to work under new way | Donald Sharp | 2016-09-21 | 1 | -21/+21 |
|/ |
|
* | When a route-map configuration is used to set the nexthop to a value, make | Donald Sharp | 2015-06-11 | 1 | -0/+7 |
* | 'set metric -12' is broken in the parser | Donald Sharp | 2015-05-20 | 1 | -8/+8 |
* | Add support for route tags | Donald Sharp | 2015-05-20 | 1 | -5/+18 |
* | Fix "no set metric" for ospf6 and RIP | Donald Sharp | 2015-05-20 | 1 | -2/+10 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -7/+7 |
* | [ripd] bug #293: routemap set metric doesn't check for underflow correctly | Paul Jakma | 2006-09-11 | 1 | -1/+1 |
* | 2005-10-26 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-26 | 1 | -42/+42 |
* | 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> | vincent | 2005-09-29 | 1 | -3/+15 |
* | Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. | hasso | 2005-05-28 | 1 | -1/+1 |
* | * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender | hasso | 2005-05-26 | 1 | -2/+2 |
* | * rip_routemap.c: Make "match interface" routemap command match both - | hasso | 2005-05-25 | 1 | -1/+1 |