| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -36/+43 |
* | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -1/+1 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -43/+36 |
* | zebra: Make coverity SA happy with zebra_routemap.c | Donald Sharp | 2019-05-11 | 1 | -0/+20 |
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -2/+1 |
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 1 | -4/+2 |
* | Merge pull request #3518 from rgirada/routemap_3090 | Donald Sharp | 2019-02-05 | 1 | -2/+35 |
|\ |
|
| * | zebrad: Added changes to track route-map usage | rgirada | 2019-02-04 | 1 | -2/+35 |
* | | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
|/ |
|
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | zebra: consolidate how we indentify address-families in the NHT code | Renato Westphal | 2019-01-21 | 1 | -8/+8 |
* | zebra: Add `match ipv6 address WORD` as a legal option | Donald Sharp | 2018-11-07 | 1 | -9/+32 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4) | vishaldhingra | 2018-10-11 | 1 | -110/+177 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4) | vishaldhingra | 2018-10-11 | 1 | -175/+230 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4) | vishaldhingra | 2018-10-11 | 1 | -8/+26 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4) | vishaldhingra | 2018-10-11 | 1 | -64/+122 |
* | zebra : routemap "match ipv6 address prefix list" does not work | kssoman | 2018-08-17 | 1 | -7/+34 |
* | zebra : Zebra does not properly track which route-maps are changed (#2493) | kssoman | 2018-08-17 | 1 | -5/+90 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 1 | -3/+0 |
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -18/+18 |
* | zebra, libs: use const prefix ptrs in apis | Mark Stapp | 2018-07-11 | 1 | -2/+4 |
* | Merge pull request #2495 from pacovn/fixme_all_digit | Russ White | 2018-06-20 | 1 | -0/+1 |
|\ |
|
| * | bgpd, lib, ospfd, zebra: all_digit moved to frrstr | paco | 2018-06-19 | 1 | -0/+1 |
* | | bgpd, lib, zebra: Remove unnecessary return | Donald Sharp | 2018-06-20 | 1 | -3/+1 |
* | | zebra: Add initial framework to keep track of changed route-maps | Donald Sharp | 2018-06-20 | 1 | -3/+25 |
|/ |
|
* | zebra: Add sharp to protocols that you can match source-protocol on | Donald Sharp | 2018-05-17 | 1 | -4/+6 |
* | zebra: Add 'match source-instance' to allow finer grained control | Donald Sharp | 2018-05-17 | 1 | -4/+81 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -12/+12 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -2/+2 |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -1/+1 |
* | zebra: Fix failure to parse src | Donald Sharp | 2018-01-28 | 1 | -1/+1 |
* | zebra: Allow static non interface based routes to leak | Donald Sharp | 2018-01-12 | 1 | -1/+1 |
* | doc, zebra: Add 'match ipv6 address prefix-len (0-128)' command | Donald Sharp | 2017-11-06 | 1 | -10/+43 |
* | lib, ospf6d, ospfd, zebra: Add ZEBRA_STR | Donald Sharp | 2017-10-25 | 1 | -2/+2 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -2/+1 |
* | *: Add RMAP_COMPILE_SUCCESS to enum | Donald Sharp | 2017-08-25 | 1 | -25/+30 |
* | zebra: add missing protocols names to source-protocol route-map match | Jorge Boncompte | 2017-08-04 | 1 | -2/+10 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -7/+2 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -2/+7 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -960/+869 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -17/+17 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -17/+17 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -10/+10 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -41/+41 |
|/ |
|
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -73/+65 |
* | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 1 | -1/+1 |
* | zebra: Refactor 'struct rib' to be 'struct route_entry' | Donald Sharp | 2017-06-01 | 1 | -8/+8 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -4/+5 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -1/+1 |