| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
|\| |
|
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -1/+0 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -53/+22 |
|\| |
|
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 1 | -43/+11 |
| * | zebra: use qobj and enable concurrent config edits | David Lamparter | 2016-10-07 | 1 | -33/+37 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 1 | -233/+23 |
* | | bgpd and zebra: scrubbed argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -14/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+14 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -8/+8 |
* | | zebra: fix zebra_routemap.c checkme's | Quentin Young | 2016-09-24 | 1 | -293/+141 |
* | | zebra: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -31/+46 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -8/+8 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -118/+131 |
* | | zebra: argv update for all but zebra_vty.c | Daniel Walton | 2016-09-22 | 1 | -45/+45 |
* | | Revert "zebra: Fixup to use the new parser" | Daniel Walton | 2016-09-22 | 1 | -67/+67 |
* | | zebra: Fixup to use the new parser | Donald Sharp | 2016-09-21 | 1 | -67/+67 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -1/+1 |
* | zebra: Add route-map support to ip import-table | Don Slice | 2016-05-13 | 1 | -0/+44 |
* | zebra: Refactor struct zebra_t | Donald Sharp | 2016-04-15 | 1 | -1/+0 |
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in... | vivek | 2015-12-09 | 1 | -6/+0 |
|\ |
|
| * | ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAME | Donald Sharp | 2015-12-04 | 1 | -6/+0 |
* | | Zebra: Schedule RIB processing based on trigger event | vivek | 2015-12-09 | 1 | -11/+15 |
|/ |
|
* | Should be able to "no" the full text of any config line | Daniel Walton | 2015-11-23 | 1 | -6/+19 |
* | Zebra: Cleanup RIB debugs | vivek | 2015-11-20 | 1 | -5/+5 |
* | zebra: lookup the address in all VRFs when set the route-map rule "set src" | Feng Lu | 2015-10-30 | 1 | -4/+13 |
* | zebra: let the route-map rule "match interface" work for VRFs | Feng Lu | 2015-10-30 | 1 | -9/+13 |
* | Zebra: On a link down, schedule static routes only. | vivek | 2015-10-21 | 1 | -0/+19 |
* | Remove unused variable | Dinesh G Dutt | 2015-09-16 | 1 | -2/+0 |
* | Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routes | Dinesh G Dutt | 2015-09-16 | 1 | -29/+165 |
* | Create override for quagga reinstall of originated routes | Donald Sharp | 2015-08-26 | 1 | -11/+3 |
* | zebra: zebra-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -2/+6 |
* | bgpd-nht-import-check-fix.patch | Donald Sharp | 2015-05-20 | 1 | -6/+6 |
* | Zebra: Don't resolve routes over default for nexthop tracking | Donald Sharp | 2015-05-20 | 1 | -0/+6 |
* | Add support for filtering by tag in a route-map when installing routes in the... | Donald Sharp | 2015-05-20 | 1 | -1/+103 |