summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: add json support when "show zebra mpls" returns nothingPhilippe Guibert2023-03-091-2/+8
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley2023-02-141-12/+13
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-1/+51
* lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-151-1/+0
* zebra: Convert label processing to Meta-QDonald Sharp2022-08-171-5/+5
* zebra: Remove unused return codes in zebra_mpls.cDonald Sharp2022-08-101-12/+8
* zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystemDonald Sharp2022-08-081-15/+15
* zebra: zrouter.in_shutdown is an atomic variableDonald Sharp2022-08-051-4/+1
* zebra: Fix lost memory on lsp freeDonald Sharp2022-07-261-8/+19
* zebra: Cleanup the memory from the hash for MPLS stuffDonatas Abraitis2022-07-181-2/+9
* zebra: make rib_process_dplane_results own ctx freeingDonald Sharp2022-06-291-7/+2
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-8/+0
* zebra: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-6/+2
* Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov2021-11-181-7/+4
|\
| * *: Remove unused variablesDonatas Abraitis2021-11-181-1/+0
| * zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-6/+4
* | zebra: during shutdown, don't process LSPs on the lsp workqueueMark Stapp2021-11-181-0/+10
|/
* zebra: Convert to `struct zebra_fec` as per our internal standardDonald Sharp2021-09-021-34/+34
* zebra: Convert to `struct zebra_lsp` as per our internal standardDonald Sharp2021-09-021-62/+63
* zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp2021-09-021-103/+103
* zebra: Convert to `struct zebra_ile` as per our internal standardDonald Sharp2021-09-021-18/+18
* zebra: mpls validation and static lsp fixesMark Stapp2021-08-121-4/+42
* zebra: prevent crash when nhlfe is NULLDonald Sharp2021-08-041-0/+3
* zebra: don't use default case when switching over enum nexthopDonald Sharp2021-08-041-9/+17
* zebra: On client shutdown cleanup any vrf labels associated with itDonald Sharp2021-07-211-0/+34
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* zebra: add boolean to control pw reachability checkingMark Stapp2021-06-111-0/+2
* zebra: fix style warnings in previous commitsDavid Lamparter2021-05-091-2/+1
* zebra: Reduce per vrf memory usage from hash table creationDonald Sharp2021-05-051-2/+10
* zebra: handle TE policy changes in LSP async notifsMark Stapp2021-04-211-0/+12
* zebra: be more selective about processing LSPsMark Stapp2021-04-051-0/+16
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* zebra: Fix prefix2str buf and some invalid data output in zebra_mpls.cDonald Sharp2020-10-261-31/+12
* zebra: replace inet_ntoaMark Stapp2020-10-221-2/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-23/+16
* zebra: remove 'static' lsp objectsMark Stapp2020-10-081-253/+120
* zebra: remove "PENDING" dplane request stateJakub UrbaƄczyk2020-08-101-11/+0
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-4/+39
* zebra: reset LSP backup nh info on updateMark Stapp2020-08-041-1/+5
* Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal2020-07-271-11/+58
|\
| * zebra: improve vty, simplify some primary/backup codeMark Stapp2020-07-201-5/+39
| * lib,sharpd,zebra: initial support for multiple backup nexthopsMark Stapp2020-07-171-6/+16
| * zebra: include installed backup nexthops in kernel updateMark Stapp2020-07-161-0/+3
* | Merge pull request #6753 from mjstapp/fix_zebra_backup_saStephen Worley2020-07-171-5/+6
|\ \
| * | zebra: fix SA warnings in backup nexthop codeMark Stapp2020-07-161-5/+6
| |/