index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_mpls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: fix mpls command
anlan_cs
2024-05-16
1
-2
/
+10
*
zebra: fix wrong check for mpls label
anlan_cs
2024-04-06
1
-4
/
+8
*
zebra: cosmetic change for one flag
anlan_cs
2024-04-05
1
-3
/
+3
*
zebra: changes for code maintainability
sri-mohan1
2024-03-15
1
-5
/
+5
*
Merge pull request #12600 from donaldsharp/local_routes
Russ White
2023-12-05
1
-5
/
+7
|
\
|
*
*: Introduce Local Host Routes to FRR
Donald Sharp
2023-11-01
1
-5
/
+7
*
|
zebra: Unregister mpls hooks on zebra shutdown
Donald Sharp
2023-11-21
1
-3
/
+11
*
|
zebra: reduce number of switch statements with dplane opcodes
Mark Stapp
2023-11-17
1
-66
/
+6
|
/
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-0
/
+1
*
zebra: remove unnecessary check for default vrf
anlan_cs
2023-07-12
1
-8
/
+0
*
zebra: Add code to get/set interface to pass up from dplane
Donald Sharp
2023-07-05
1
-0
/
+1
*
zebra: mpls nexthop entry displays also interface when available
Philippe Guibert
2023-05-09
1
-0
/
+4
*
zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messages
Philippe Guibert
2023-05-09
1
-35
/
+39
*
zebra: accept LSP entries with an mpls-less outgoing interface
Philippe Guibert
2023-05-09
1
-36
/
+34
*
Revert "MPLS allocation mode per next hop"
Donatas Abraitis
2023-05-03
1
-75
/
+69
*
Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nh
Donatas Abraitis
2023-05-02
1
-69
/
+75
|
\
|
*
zebra: mpls nexthop entry displays also interface when available
Philippe Guibert
2023-03-22
1
-0
/
+4
|
*
zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messages
Philippe Guibert
2023-03-22
1
-35
/
+39
|
*
zebra: accept LSP entries with an mpls-less outgoing interface
Philippe Guibert
2023-03-22
1
-36
/
+34
*
|
zebra: Use zebra_vrf_lookup_by_id when we can
Donald Sharp
2023-03-28
1
-5
/
+5
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-4
/
+2
|
/
*
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
[next]