summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.c
AgeCommit message (Expand)Author
2024-05-18zebra: fix mpls commandanlan_cs
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-21zebra: Unregister mpls hooks on zebra shutdownDonald Sharp
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-07-12zebra: remove unnecessary check for default vrfanlan_cs
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-05-09zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert
2023-05-09zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert
2023-05-09zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert
2023-05-03Revert "MPLS allocation mode per next hop"Donatas Abraitis
2023-05-02Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-22zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert
2023-03-22zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert
2023-03-22zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-09zebra: add json support when "show zebra mpls" returns nothingPhilippe Guibert
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2022-12-15lib, tests, zebra: Remove unused workqueue error functionDonald Sharp
2022-08-17zebra: Convert label processing to Meta-QDonald Sharp
2022-08-10zebra: Remove unused return codes in zebra_mpls.cDonald Sharp
2022-08-08zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystemDonald Sharp
2022-08-05zebra: zrouter.in_shutdown is an atomic variableDonald Sharp
2022-07-26zebra: Fix lost memory on lsp freeDonald Sharp
2022-07-18zebra: Cleanup the memory from the hash for MPLS stuffDonatas Abraitis
2022-06-29zebra: make rib_process_dplane_results own ctx freeingDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2021-11-25zebra: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-18Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-11-18zebra: during shutdown, don't process LSPs on the lsp workqueueMark Stapp
2021-09-02zebra: Convert to `struct zebra_fec` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_lsp` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_ile` as per our internal standardDonald Sharp
2021-08-12zebra: mpls validation and static lsp fixesMark Stapp
2021-08-04zebra: prevent crash when nhlfe is NULLDonald Sharp
2021-08-04zebra: don't use default case when switching over enum nexthopDonald Sharp
2021-07-21zebra: On client shutdown cleanup any vrf labels associated with itDonald Sharp
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-07-01*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis