| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: return void zebra_mpls_lsp_install | Dmytro Shytyi | 2024-06-07 | 1 | -1/+1 |
* | zebra: add 'mpls fec nexthop-resolution' command to vtysh | Dmytro Shytyi | 2024-06-07 | 1 | -0/+6 |
* | zebra: fix wrong check for mpls label | anlan_cs | 2024-04-06 | 1 | -2/+3 |
* | zebra: Unregister mpls hooks on zebra shutdown | Donald Sharp | 2023-11-21 | 1 | -1/+2 |
* | 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 | -0/+4 |
|/ |
|
* | zebra: Convert label processing to Meta-Q | Donald Sharp | 2022-08-17 | 1 | -2/+15 |
* | zebra: Remove unused return codes in zebra_mpls.c | Donald Sharp | 2022-08-10 | 1 | -5/+5 |
* | zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystem | Donald Sharp | 2022-08-08 | 1 | -1/+8 |
* | zebra: Convert to `struct zebra_fec` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -7/+3 |
* | zebra: Convert to `struct zebra_lsp` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -10/+9 |
* | zebra: Convert to `struct zebra_nhlfe` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -25/+19 |
* | zebra: Convert to `struct zebra_ile` as per our internal standard | Donald Sharp | 2021-09-02 | 1 | -3/+2 |
* | zebra: On client shutdown cleanup any vrf labels associated with it | Donald Sharp | 2021-07-21 | 1 | -0/+6 |
* | zebra: add boolean to control pw reachability checking | Mark Stapp | 2021-06-11 | 1 | -0/+1 |
* | zebra: dplane FPM LSP table walk | Duncan Eastoe | 2020-11-30 | 1 | -0/+1 |
* | zebra: remove 'static' lsp objects | Mark Stapp | 2020-10-08 | 1 | -34/+0 |
* | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle | 2020-08-07 | 1 | -0/+13 |
* | zebra: collapse some duplicate LSP nhlfe apis | Mark Stapp | 2020-07-07 | 1 | -7/+2 |
* | zebra: add const to mpls and dplane nhlfe apis | Mark Stapp | 2020-07-07 | 1 | -2/+2 |
* | zebra: backup LSP zapi processing | Mark Stapp | 2020-06-01 | 1 | -17/+4 |
* | zebra: support backup nhlfes in LSPs | Mark Stapp | 2020-06-01 | 1 | -3/+43 |
* | zebra: convert LSP nhlfe lists to use typesafe lists | Mark Stapp | 2020-06-01 | 1 | -8/+16 |
* | isisd: add support for segment routing | Renato Westphal | 2020-04-30 | 1 | -0/+7 |
* | zebra,lib: use const in more apis | Mark Stapp | 2020-03-27 | 1 | -2/+2 |
* | zebra: support LSPs with multiple outgoing labels | Renato Westphal | 2019-11-29 | 1 | -5/+6 |
* | lib, zebra: add new MPLS zapi message with route replace semantics | Renato Westphal | 2019-09-10 | 1 | -3/+10 |
* | zebra: improve cleanup of MPLS labels when zclient disconnects | Renato Westphal | 2019-09-07 | 1 | -5/+0 |
* | lib, zebra: rename LSP type used for OSPF SR | Renato Westphal | 2019-09-07 | 1 | -4/+8 |
* | zebra: identify MPLS FTNs by route type and instance | Renato Westphal | 2019-09-07 | 1 | -2/+2 |
* | zebra: mpls lsp async notifications | Mark Stapp | 2019-05-28 | 1 | -0/+3 |
* | zebra: Modify lsp processing to be invoked as needed | Donald Sharp | 2019-03-27 | 1 | -10/+23 |
* | add cplusplus guards to all zebra headers | Emanuele Di Pascale | 2019-03-25 | 1 | -0/+7 |
* | *: Rename backet to bucket | Tim Bray | 2019-02-25 | 1 | -2/+2 |
* | zebra: move LSP updates into dataplane subsystem | Mark Stapp | 2019-01-22 | 1 | -0/+8 |
* | zebra: add apis to add and delete NHLFEs | Mark Stapp | 2019-01-22 | 1 | -0/+11 |
* | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la... | Anton Degtyarev | 2018-12-20 | 1 | -9/+2 |
* | bgpd/ospfd: make bgp and ospf json response a bit more consistent | Don Slice | 2018-08-30 | 1 | -2/+2 |
* | zebra: use hooks for client lifecycle callbacks | Quentin Young | 2018-04-23 | 1 | -6/+0 |
* | lib, zebra: Move label conversion strings to lib | Donald Sharp | 2018-04-18 | 1 | -12/+0 |
* | lib, zebra: Move help string to appropriate header | Donald Sharp | 2018-04-18 | 1 | -4/+0 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -16/+16 |
* | lib, sharpd, zebra: Add new enum for lsp type and pass it through. | Donald Sharp | 2018-02-09 | 1 | -3/+34 |
* | Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements | Philippe Guibert | 2018-02-08 | 1 | -0/+7 |
|\ |
|
| * | *: Handle VRF configuration when VRF gets inactivated and activated | vivek | 2018-01-24 | 1 | -0/+7 |
* | | OSPFD: Update Segment Routing following reviews | Olivier Dugeon | 2018-01-22 | 1 | -1/+1 |
* | | OSPFD: Add Experimental Segment Routing support | Olivier Dugeon | 2018-01-18 | 1 | -0/+10 |
|/ |
|
* | zebra: install MPLS LSPs with appropriate protocol type | Renato Westphal | 2017-09-21 | 1 | -0/+18 |
* | zebra: fix administrative distance issues | Renato Westphal | 2017-09-12 | 1 | -3/+9 |