| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: add json support when "show zebra mpls" returns nothing | Philippe Guibert | 2023-03-09 | 1 | -2/+8 |
* | Merge pull request #12780 from opensourcerouting/spdx-license-id | Donald Sharp | 2023-02-17 | 1 | -16/+1 |
|\ |
|
| * | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | | lib,zebra,bgpd,staticd: use label code to store VNI info | Stephen Worley | 2023-02-14 | 1 | -12/+13 |
|/ |
|
* | zebra: Add missing enums to switch statements | Donald Sharp | 2023-01-31 | 1 | -1/+51 |
* | lib, tests, zebra: Remove unused workqueue error function | Donald Sharp | 2022-12-15 | 1 | -1/+0 |
* | zebra: Convert label processing to Meta-Q | Donald Sharp | 2022-08-17 | 1 | -5/+5 |
* | zebra: Remove unused return codes in zebra_mpls.c | Donald Sharp | 2022-08-10 | 1 | -12/+8 |
* | zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystem | Donald Sharp | 2022-08-08 | 1 | -15/+15 |
* | zebra: zrouter.in_shutdown is an atomic variable | Donald Sharp | 2022-08-05 | 1 | -4/+1 |
* | zebra: Fix lost memory on lsp free | Donald Sharp | 2022-07-26 | 1 | -8/+19 |
* | zebra: Cleanup the memory from the hash for MPLS stuff | Donatas Abraitis | 2022-07-18 | 1 | -2/+9 |
* | zebra: make rib_process_dplane_results own ctx freeing | Donald Sharp | 2022-06-29 | 1 | -7/+2 |
* | *: Properly use memset() when zeroing | Donatas Abraitis | 2022-05-11 | 1 | -2/+2 |
* | *: remove the checking returned value for hash_get() | anlan_cs | 2022-05-02 | 1 | -8/+0 |
* | zebra: Convert vty_out to vty_json for JSON | Donatas Abraitis | 2021-11-25 | 1 | -6/+2 |
* | Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad... | Igor Ryzhov | 2021-11-18 | 1 | -7/+4 |
|\ |
|
| * | *: Remove unused variables | Donatas Abraitis | 2021-11-18 | 1 | -1/+0 |
| * | zebra: Replace inet_ntop to %pI4/6 for JSON outputs | Donatas Abraitis | 2021-11-18 | 1 | -6/+4 |
* | | zebra: during shutdown, don't process LSPs on the lsp workqueue | Mark Stapp | 2021-11-18 | 1 | -0/+10 |
|/ |
|
* | zebra: Convert to `struct zebra_fec` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -34/+34 |
* | zebra: Convert to `struct zebra_lsp` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -62/+63 |
* | zebra: Convert to `struct zebra_nhlfe` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -103/+103 |
* | zebra: Convert to `struct zebra_ile` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -18/+18 |
* | zebra: mpls validation and static lsp fixes | Mark Stapp | 2021-08-12 | 1 | -4/+42 |
* | zebra: prevent crash when nhlfe is NULL | Donald Sharp | 2021-08-04 | 1 | -0/+3 |
* | zebra: don't use default case when switching over enum nexthop | Donald Sharp | 2021-08-04 | 1 | -9/+17 |
* | zebra: On client shutdown cleanup any vrf labels associated with it | Donald Sharp | 2021-07-21 | 1 | -0/+34 |
* | *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | zebra: add boolean to control pw reachability checking | Mark Stapp | 2021-06-11 | 1 | -0/+2 |
* | zebra: fix style warnings in previous commits | David Lamparter | 2021-05-09 | 1 | -2/+1 |
* | zebra: Reduce per vrf memory usage from hash table creation | Donald Sharp | 2021-05-05 | 1 | -2/+10 |
* | zebra: handle TE policy changes in LSP async notifs | Mark Stapp | 2021-04-21 | 1 | -0/+12 |
* | zebra: be more selective about processing LSPs | Mark Stapp | 2021-04-05 | 1 | -0/+16 |
* | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -1/+0 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -3/+3 |
* | zebra: Fix prefix2str buf and some invalid data output in zebra_mpls.c | Donald Sharp | 2020-10-26 | 1 | -31/+12 |
* | zebra: replace inet_ntoa | Mark Stapp | 2020-10-22 | 1 | -2/+3 |
* | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 1 | -23/+16 |
* | zebra: remove 'static' lsp objects | Mark Stapp | 2020-10-08 | 1 | -253/+120 |
* | zebra: remove "PENDING" dplane request state | Jakub UrbaĆczyk | 2020-08-10 | 1 | -11/+0 |
* | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle | 2020-08-07 | 1 | -4/+39 |
* | zebra: reset LSP backup nh info on update | Mark Stapp | 2020-08-04 | 1 | -1/+5 |
* | Merge pull request #6765 from mjstapp/backup_nhg_netlink | Renato Westphal | 2020-07-27 | 1 | -11/+58 |
|\ |
|
| * | zebra: improve vty, simplify some primary/backup code | Mark Stapp | 2020-07-20 | 1 | -5/+39 |
| * | lib,sharpd,zebra: initial support for multiple backup nexthops | Mark Stapp | 2020-07-17 | 1 | -6/+16 |
| * | zebra: include installed backup nexthops in kernel update | Mark Stapp | 2020-07-16 | 1 | -0/+3 |
* | | Merge pull request #6753 from mjstapp/fix_zebra_backup_sa | Stephen Worley | 2020-07-17 | 1 | -5/+6 |
|\ \ |
|
| * | | zebra: fix SA warnings in backup nexthop code | Mark Stapp | 2020-07-16 | 1 | -5/+6 |
| |/ |
|