| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Remove redundand braces for single statement blocks | Donatas Abraitis | 2021-11-27 | 1 | -2/+1 |
* | sharpd: Convert vty_out to vty_json for JSON | Donatas Abraitis | 2021-11-25 | 1 | -7/+2 |
* | *: Convert quagga_signal_X to frr_signal_X | Donald Sharp | 2021-11-11 | 1 | -1/+1 |
* | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -18/+26 |
* | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messages | Donald Sharp | 2021-09-27 | 1 | -11/+3 |
* | *: Add resolve via default flag | Donald Sharp | 2021-09-27 | 1 | -1/+1 |
* | *: Drop `break` after using frr_help_exit() in switch/case | Donatas Abraitis | 2021-08-25 | 1 | -1/+0 |
* | *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -5/+5 |
* | *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -4/+4 |
* | bgpd,sharpd,zebra: fix code style | Hiroki Shirokura | 2021-06-02 | 2 | -8/+6 |
* | *: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6* | Hiroki Shirokura | 2021-06-02 | 1 | -3/+0 |
* | lib,sharpd,zebra: update nexthop object with nh_srv6 | Hiroki Shirokura | 2021-06-02 | 1 | -2/+2 |
* | sharpd: split srv6 route install command | Hiroki Shirokura | 2021-06-02 | 1 | -59/+180 |
* | sharpd: follow the practice on cli design for json output | Hiroki Shirokura | 2021-06-02 | 1 | -15/+32 |
* | *: eliminate redundant info from srv6 locator zapi | Hiroki Shirokura | 2021-06-02 | 1 | -34/+15 |
* | *: use one line init instead of memset and format it | Hiroki Shirokura | 2021-06-02 | 1 | -2/+1 |
* | *: fix code format accourding to checkpatch | Hiroki Shirokura | 2021-06-02 | 3 | -10/+19 |
* | sharpd: install route supports nexthop-seg6 (step3) | Hiroki Shirokura | 2021-06-02 | 1 | -1/+14 |
* | sharpd: support create/delete srv6-locator (step2) | Hiroki Shirokura | 2021-06-02 | 5 | -0/+189 |
* | shaprd: install route supports nexthop-seg6local (step1) | Hiroki Shirokura | 2021-06-02 | 1 | -1/+44 |
* | sharpd: install_routes_helper support ZAPI_ROUTE flags (step1) | Hiroki Shirokura | 2021-06-02 | 4 | -9/+19 |
* | sharpd: add v4 redistribute watching | Donald Sharp | 2021-05-04 | 3 | -0/+36 |
* | sharpd: use correct list of redist protocols in remove lsp | Mark Stapp | 2021-04-29 | 1 | -2/+2 |
* | *: remove *.conf.sample files | Quentin Young | 2021-04-09 | 2 | -7/+0 |
* | sharpd: Add Traffic Engineering Database (TED) | Olivier Dugeon | 2021-03-23 | 5 | -0/+174 |
* | Merge pull request #8121 from opensourcerouting/macro-cleanup | Donatas Abraitis | 2021-03-22 | 3 | -5/+6 |
|\ |
|
| * | *: require semicolon after FRR_DAEMON_INFO & co. | David Lamparter | 2021-03-17 | 1 | -1/+2 |
| * | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 3 | -4/+4 |
* | | sharpd: Dump metric received for the reachability | Donald Sharp | 2021-03-16 | 1 | -1/+2 |
|/ |
|
* | sharpd: Convert over to using builtin printf functionality | Donald Sharp | 2021-03-14 | 1 | -11/+6 |
* | sharpd: don't send invalid nexthop-groups to zebra | Mark Stapp | 2021-01-21 | 1 | -1/+31 |
* | *: Replace s_addr check agains 0 with INADDR_ANY | Donatas Abraitis | 2020-12-14 | 1 | -3/+3 |
* | sharpd, zebra: Pass and display opaque data as PoC | Donald Sharp | 2020-12-08 | 4 | -13/+31 |
* | lib, sharpd, vtysh: When reading a file in for config send start/end indicators | Donald Sharp | 2020-11-19 | 1 | -0/+12 |
* | *: Convert all usage of zclient_send_message to new enum | Donald Sharp | 2020-11-15 | 1 | -4/+6 |
* | bgpd, lib, sharpd: Add enum for zclient_send_message return | Donald Sharp | 2020-11-15 | 1 | -8/+4 |
* | sharpd: Add buffering support | Donald Sharp | 2020-11-15 | 1 | -22/+106 |
* | sharpd: Re-arrange route_add|delete | Donald Sharp | 2020-11-15 | 2 | -72/+85 |
* | bgpd: Advertise FIB installed routes to bgp peers (Part 1) | Soman K S | 2020-11-06 | 1 | -1/+2 |
* | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 2 | -15/+6 |
* | sharpd: Fix nexthop group name collision | Donald Sharp | 2020-10-17 | 1 | -2/+3 |
* | Merge pull request #7222 from idryzhov/fix-debug | Renato Westphal | 2020-10-10 | 1 | -1/+1 |
|\ |
|
| * | *: move "show debugging ..." commands to enable node | Igor Ryzhov | 2020-10-02 | 1 | -1/+1 |
* | | vtysh: dynamically generate the list of daemons for commands | Igor Ryzhov | 2020-10-02 | 1 | -0/+1 |
|/ |
|
* | *: make failure to decode nht update an error | Quentin Young | 2020-10-01 | 1 | -2/+1 |
* | sharpd: make id log more specific | Stephen Worley | 2020-09-28 | 1 | -1/+1 |
* | lib,zebra,sharpd: add code for backup proto-NHs but disabled | Stephen Worley | 2020-09-28 | 3 | -4/+30 |
* | lib,sharpd: align zapi NHG apis a bit | Stephen Worley | 2020-09-28 | 1 | -10/+11 |
* | sharp: add check for num_nh > multipath | Stephen Worley | 2020-09-28 | 1 | -0/+7 |