summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: fix mpls commandanlan_cs2024-05-161-2/+10
* zebra: fix wrong check for mpls labelanlan_cs2024-04-061-4/+8
* zebra: cosmetic change for one flaganlan_cs2024-04-051-3/+3
* zebra: changes for code maintainabilitysri-mohan12024-03-151-5/+5
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-5/+7
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-5/+7
* | zebra: Unregister mpls hooks on zebra shutdownDonald Sharp2023-11-211-3/+11
* | zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-66/+6
|/
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-0/+1
* zebra: remove unnecessary check for default vrfanlan_cs2023-07-121-8/+0
* zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+1
* zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert2023-05-091-0/+4
* zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert2023-05-091-35/+39
* zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert2023-05-091-36/+34
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-75/+69
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-69/+75
|\
| * zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert2023-03-221-0/+4
| * zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert2023-03-221-35/+39
| * zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert2023-03-221-36/+34
* | zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-5/+5
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* | *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-4/+2
|/
* 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