| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | lib, pimd, zebra: Convert if_lookup_exact_address to VRF only | Donald Sharp | 2017-03-15 | 1 | -4/+4 |
* | *: Fix redistribute issue | Donald Sharp | 2017-01-27 | 1 | -8/+8 |
* | zebra: Fixup paranthesis mistake | Donald Sharp | 2017-01-13 | 1 | -2/+2 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -5/+2 |
* | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-01-06 | 1 | -12/+8 |
|\ |
|
| * | build: rename (2 of ?): route_types macros | David Lamparter | 2016-12-20 | 1 | -24/+24 |
* | | Merge remote-tracking branch 'osr/master' into vtysh-grammar | Quentin Young | 2016-12-06 | 1 | -4/+4 |
|\ \ |
|
| * | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -4/+4 |
| |\| |
|
| | * | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -4/+4 |
| | * | *: Fix duplicate commands from view/enable node consolidation | Paul Jakma | 2016-10-20 | 1 | -4/+0 |
* | | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -6/+10 |
|/ / |
|
* | | zebra: Fix `no ip nht ...` commands | Quentin Young | 2016-11-17 | 1 | -7/+6 |
* | | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -6/+29 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+0 |
|\| |
|