| Commit message (Expand) | Author | Age | Files | Lines |
* | sharpd: add a command to send ARP/NDP requests | Jakub UrbaĆczyk | 2020-08-12 | 3 | -0/+54 |
* | sharpd: Cleanup help text | Donald Sharp | 2020-08-11 | 1 | -2/+2 |
* | Merge pull request #6854 from mjstapp/sharp_lsp_update | Donald Sharp | 2020-08-06 | 3 | -25/+38 |
|\ |
|
| * | sharpd: support 'update lsp' zapi testing | Mark Stapp | 2020-08-04 | 3 | -25/+38 |
* | | sharpd,vtysh: no access list or route map commands | Rafael Zalamena | 2020-08-04 | 1 | -3/+0 |
|/ |
|
* | lib,sharpd,zebra: initial support for multiple backup nexthops | Mark Stapp | 2020-07-17 | 2 | -1/+6 |
* | Merge pull request #6530 from mjstapp/backup_nhg_notify | Donald Sharp | 2020-07-10 | 1 | -0/+6 |
|\ |
|
| * | sharpd: be explicit if nht is uninstalled | Mark Stapp | 2020-07-07 | 1 | -0/+6 |
* | | sharpd: use extern for globals | Mark Stapp | 2020-07-07 | 1 | -2/+2 |
|/ |
|
* | sharpd: add zclient session create and delete | Mark Stapp | 2020-06-16 | 3 | -10/+125 |
* | *: have daemons call frr_fini() at termination | Mark Stapp | 2020-06-11 | 1 | -0/+2 |
* | sharpd,zebra: unicast support for zapi messages | Mark Stapp | 2020-06-10 | 3 | -6/+43 |
* | lib,sharpd: add a SHARP_STR alias | Mark Stapp | 2020-06-10 | 1 | -2/+2 |
* | lib,zebra,sharpd: modify opaque zapi message to support unicast | Mark Stapp | 2020-06-10 | 1 | -5/+4 |
* | *: integrate remaining daemons with filter | Rafael Zalamena | 2020-06-05 | 1 | -0/+1 |
* | sharpd: add handler for OPAQUE messages | Mark Stapp | 2020-06-02 | 1 | -1/+19 |
* | sharpd: send opaque message registrations | Mark Stapp | 2020-06-02 | 3 | -0/+62 |
* | sharpd: send new OPAQUE messages | Mark Stapp | 2020-06-02 | 3 | -0/+47 |
* | sharpd: include backup nh info with lsps | Mark Stapp | 2020-06-01 | 3 | -30/+89 |
* | build: make clippy Makefile rules nicer | David Lamparter | 2020-04-27 | 1 | -2/+3 |
* | build: use VPATH for vtysh_scan | David Lamparter | 2020-04-27 | 1 | -1/+1 |
* | Merge pull request #6247 from FRRouting/nb_conversions | Donald Sharp | 2020-04-17 | 1 | -0/+1 |
|\ |
|
| * | *: include vrf northbound module in init | Chirag Shah | 2020-04-16 | 1 | -0/+1 |
* | | Merge pull request #5451 from opensourcerouting/rcu-log | Santosh P K | 2020-04-16 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | lib: rewrite zlog lock-free & TLS-buffered | David Lamparter | 2020-04-01 | 1 | -0/+4 |
* | | sharpd: Allow sharpd to specify it's own routes for label changes | Donald Sharp | 2020-04-13 | 1 | -2/+2 |
|/ |
|
* | sharpd: support backup nexthops | Mark Stapp | 2020-03-27 | 4 | -11/+91 |
* | Merge pull request #6087 from opensourcerouting/log-kill-tabs | Donald Sharp | 2020-03-25 | 1 | -4/+4 |
|\ |
|
| * | *: remove tabs from log messages | David Lamparter | 2020-03-24 | 1 | -4/+4 |
* | | sharpd: add "logpump" to bulk test logging | David Lamparter | 2020-03-24 | 4 | -0/+177 |
|/ |
|
* | Merge pull request #5779 from mjstapp/sharp_with_lsps | Donald Sharp | 2020-03-17 | 3 | -37/+181 |
|\ |
|
| * | sharpd: add support for install/remove lsps | Mark Stapp | 2020-02-25 | 3 | -37/+181 |
* | | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -5/+3 |
|/ |
|
* | sharpd: Add missing yang route-map callbacks | Donald Sharp | 2020-02-14 | 1 | -0/+2 |
* | doc: rename man pages to frr-* | David Lamparter | 2020-01-15 | 1 | -1/+1 |
* | lib, zebra: Allow for encode/decode of nexthop weight in pass down | Donald Sharp | 2019-12-09 | 1 | -0/+2 |
* | lib,sharpd: support labelled nexthop-groups in sharpd | Mark Stapp | 2019-12-06 | 1 | -0/+11 |
* | *: make frr_yang_module_info const | David Lamparter | 2019-11-30 | 1 | -1/+1 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | sharpd: Start infrastructure to allow for redistribution testing | Donald Sharp | 2019-10-02 | 1 | -19/+55 |
* | Merge pull request #5009 from donaldsharp/interface_deletion | Russ White | 2019-09-30 | 1 | -46/+7 |
|\ |
|
| * | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -21/+1 |
| * | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -10/+1 |
| * | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -21/+1 |
| * | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -14/+1 |
| * | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+23 |
* | | *: fix missing VRF autocompletions | Igor Ryzhov | 2019-09-24 | 1 | -21/+21 |
|/ |
|
* | pbrd, sharpd, staticd: Add some color to sample configuration files | Donald Sharp | 2019-08-19 | 1 | -0/+3 |
* | sharpd: Fix repeat sub-command to work | Donald Sharp | 2019-08-03 | 1 | -1/+1 |
* | sharpd: Update 'sharp watch import` to allow prefix | Donald Sharp | 2019-07-31 | 1 | -18/+23 |