| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1913 from LabNConsulting/working/master/bgp-vpn-leak-cli | Donald Sharp | 2018-03-20 | 4 | -16/+0 |
|\ |
|
| * | bgpd: new vpn-policy CLI | G. Paul Ziemba | 2018-03-20 | 4 | -16/+0 |
* | | lib, zebra: Signal the existence of labels on a nexthop for nht | Donald Sharp | 2018-03-16 | 1 | -0/+10 |
|/ |
|
* | Merge branch 'master' into working/master/bgp-vpn-vrf-leaking | paulzlabn | 2018-03-14 | 19 | -112/+691 |
|\ |
|
| * | Merge pull request #1863 from donaldsharp/more_nh_groups | Philippe Guibert | 2018-03-14 | 4 | -8/+400 |
| |\ |
|
| | * | lib: Add the ability for other people to call a nexthop write line | Donald Sharp | 2018-03-14 | 2 | -42/+43 |
| | * | lib: Expose nhgc_find command | Donald Sharp | 2018-03-14 | 2 | -1/+4 |
| | * | lib: Add nexthop-group cli | Donald Sharp | 2018-03-14 | 4 | -8/+396 |
| * | | lib: Fixup strlcat and strlcpy to be a bit more descriptive | Donald Sharp | 2018-03-14 | 3 | -21/+28 |
| |/ |
|
| * | Merge pull request #1880 from pguibert6WIND/enforce_vrf_netns_enable | Donald Sharp | 2018-03-14 | 2 | -4/+19 |
| |\ |
|
| | * | lib: privileges are granted to vty netns command | Philippe Guibert | 2018-03-13 | 2 | -4/+19 |
| * | | Merge pull request #1831 from qlyoung/frr-pthread-fixups | Renato Westphal | 2018-03-13 | 4 | -18/+75 |
| |\ \
| | |/
| |/| |
|
| | * | lib: frr_pthread int size nits | Quentin Young | 2018-03-09 | 2 | -3/+3 |
| | * | lib: frr_pthread.c style | Quentin Young | 2018-03-06 | 1 | -1/+2 |
| | * | lib: some frr_pthread fixes | Quentin Young | 2018-03-06 | 4 | -16/+72 |
| * | | Merge pull request #1806 from vivek-cumulus/evpn-ipv6-tenant-routing | Philippe Guibert | 2018-03-13 | 1 | -0/+17 |
| |\ \ |
|
| | * \ | Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena... | vivek | 2018-03-10 | 56 | -1363/+1922 |
| | |\ \ |
|
| | * \ \ | Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena... | vivek | 2018-03-06 | 4 | -2/+13 |
| | |\ \ \ |
|
| | * | | | | lib, zebra: Fix warnings | vivek | 2018-03-01 | 1 | -0/+1 |
| | * | | | | *: EVPN symmetric routing for IPv6 tenant routes | vivek | 2018-02-28 | 1 | -0/+10 |
| * | | | | | Merge pull request #1860 from qlyoung/debug-mt-safe | Renato Westphal | 2018-03-13 | 1 | -37/+55 |
| |\ \ \ \ \ |
|
| | * | | | | | lib: add convenience debugging macros | Quentin Young | 2018-03-12 | 1 | -37/+55 |
| * | | | | | | Merge pull request #1828 from qlyoung/zapi-cleanup | Renato Westphal | 2018-03-13 | 2 | -7/+70 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | lib, zebra: slight cleanup after rebase | Quentin Young | 2018-03-12 | 1 | -1/+1 |
| | * | | | | | | lib, zebra: clean up zapi nits | Quentin Young | 2018-03-12 | 1 | -1/+1 |
| | * | | | | | | lib: zclient.h style fixes | Quentin Young | 2018-03-12 | 1 | -2/+5 |
| | * | | | | | | lib, zebra: use existing zapi header struct | Quentin Young | 2018-03-12 | 2 | -7/+67 |
| | * | | | | | | tests: add unit test for zlog | Quentin Young | 2018-03-12 | 1 | -8/+10 |
| | * | | | | | | lib: fixup zlog_hexdump | Quentin Young | 2018-03-12 | 1 | -16/+23 |
| * | | | | | | | tests: add unit test for zlog | Quentin Young | 2018-03-12 | 1 | -8/+10 |
| * | | | | | | | lib: fixup zlog_hexdump | Quentin Young | 2018-03-12 | 1 | -16/+25 |
| |/ / / / / / |
|
| * | | | / / | *: globally ignore clippy-generated source | Quentin Young | 2018-03-09 | 1 | -1/+0 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | lib: fix comment in zclient.c | G. Paul Ziemba | 2018-03-09 | 1 | -1/+1 |
* | | | | | | lib: Keep indent/clang happy | G. Paul Ziemba | 2018-03-09 | 1 | -69/+69 |
* | | | | | | lib: add new BGP VPN policy command node | G. Paul Ziemba | 2018-03-09 | 2 | -0/+10 |
* | | | | | | lib: add BGP VPN route type | G. Paul Ziemba | 2018-03-09 | 2 | -1/+7 |
|/ / / / / |
|
* | | | | | lib, zebra: Add Rule insertion success/failure messages | Donald Sharp | 2018-03-09 | 2 | -0/+45 |
* | | | | | lib, zebra: Add rule encoding | Donald Sharp | 2018-03-09 | 2 | -0/+6 |
* | | | | | lib, vtysh: Start cli for nexthop-group | Donald Sharp | 2018-03-09 | 5 | -0/+42 |
* | | | | | lib: Isolate nexthop_group functions to nexthop_group.c | Donald Sharp | 2018-03-09 | 5 | -59/+120 |
* | | | | | lib, zebra: Allow zapi to send down the tableid | Donald Sharp | 2018-03-09 | 2 | -0/+12 |
* | | | | | bgpd, lib, zebra: Switch to work_queue_free_and_null | Donald Sharp | 2018-03-09 | 2 | -3/+23 |
* | | | | | Merge pull request #1808 from qlyoung/debug-mt-safe | Renato Westphal | 2018-03-09 | 5 | -0/+290 |
|\| | | | |
|
| * | | | | lib: add mt-safe debugging facilities | Quentin Young | 2018-03-01 | 3 | -0/+264 |
| * | | | | lib: add atomic bitwise OR, AND | Quentin Young | 2018-02-28 | 2 | -0/+26 |
| | |_|/
| |/| | |
|
* | | | | *: Add code to notify on route removal status | Donald Sharp | 2018-03-09 | 1 | -0/+2 |
* | | | | ospfd: Treat vrf interface as loopback type | Chirag Shah | 2018-03-08 | 2 | -0/+8 |
* | | | | lib: Increase zapi buffer size | Donald Sharp | 2018-03-07 | 1 | -1/+1 |
* | | | | Merge pull request #1428 from LabNConsulting/working/master/indent | Donald Sharp | 2018-03-07 | 50 | -1300/+1368 |
|\ \ \ \ |
|
| * | | | | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 50 | -1295/+1362 |