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 prefix2str buf and some invalid data output in zebra_mpls.c
Donald Sharp
2020-10-26
1
-31
/
+12
*
zebra: replace inet_ntoa
Mark Stapp
2020-10-22
1
-2
/
+3
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-23
/
+16
*
zebra: remove 'static' lsp objects
Mark Stapp
2020-10-08
1
-253
/
+120
*
zebra: remove "PENDING" dplane request state
Jakub Urbańczyk
2020-08-10
1
-11
/
+0
*
lib, zebra: Add SR-TE policy infrastructure to zebra
Sebastien Merle
2020-08-07
1
-4
/
+39
*
zebra: reset LSP backup nh info on update
Mark Stapp
2020-08-04
1
-1
/
+5
*
Merge pull request #6765 from mjstapp/backup_nhg_netlink
Renato Westphal
2020-07-27
1
-11
/
+58
|
\
|
*
zebra: improve vty, simplify some primary/backup code
Mark Stapp
2020-07-20
1
-5
/
+39
|
*
lib,sharpd,zebra: initial support for multiple backup nexthops
Mark Stapp
2020-07-17
1
-6
/
+16
|
*
zebra: include installed backup nexthops in kernel update
Mark Stapp
2020-07-16
1
-0
/
+3
*
|
Merge pull request #6753 from mjstapp/fix_zebra_backup_sa
Stephen Worley
2020-07-17
1
-5
/
+6
|
\
\
|
*
|
zebra: fix SA warnings in backup nexthop code
Mark Stapp
2020-07-16
1
-5
/
+6
|
|
/
*
/
*: un-split strings across lines
David Lamparter
2020-07-14
1
-8
/
+4
|
/
*
zebra: clean up the code flow in lsp results processing
Mark Stapp
2020-07-07
1
-14
/
+27
*
zebra: include backup lsp nhlfes in 'active' check
Mark Stapp
2020-07-07
1
-4
/
+15
*
zebra: collapse some duplicate LSP nhlfe apis
Mark Stapp
2020-07-07
1
-194
/
+61
*
zebra: support backup nhlfes in lsp async notifications
Mark Stapp
2020-07-07
1
-56
/
+131
*
zebra: add const to mpls and dplane nhlfe apis
Mark Stapp
2020-07-07
1
-2
/
+2
*
zebra: check LSP flags when deleting an LSP
Mark Stapp
2020-07-05
1
-3
/
+18
*
zebra: prepare data plane for batching
Jakub Urbańczyk
2020-06-26
1
-0
/
+11
*
zebra: fix coverity SA warnings
Mark Stapp
2020-06-10
1
-1
/
+2
*
zebra: nhlfe_alloc should not fail
Donald Sharp
2020-06-05
1
-10
/
+3
*
zebra: backup LSP zapi processing
Mark Stapp
2020-06-01
1
-129
/
+372
*
zebra: add check_free api
Mark Stapp
2020-06-01
1
-11
/
+37
*
zebra: show backup nhlfes with dynamic LSPs
Mark Stapp
2020-06-01
1
-10
/
+29
*
zebra: support backup nhlfes in LSPs
Mark Stapp
2020-06-01
1
-63
/
+349
*
zebra: convert LSP nhlfe lists to use typesafe lists
Mark Stapp
2020-06-01
1
-92
/
+99
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
zebra,lib: use const in more apis
Mark Stapp
2020-03-27
1
-27
/
+29
*
zebra: add a free api for LSPs
Mark Stapp
2020-03-02
1
-39
/
+43
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-7
/
+7
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-1
/
+0
*
Merge pull request #5416 from mjstapp/re_nhe_pointer
Donald Sharp
2019-12-04
1
-8
/
+9
|
\
|
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-7
/
+8
|
*
zebra: clean up rib and nhg headers
Mark Stapp
2019-11-21
1
-1
/
+1
*
|
zebra: support LSPs with multiple outgoing labels
Renato Westphal
2019-11-29
1
-20
/
+48
|
/
*
zebra: mpls_ftn_uninstall handle nhg hash label change
Stephen Worley
2019-11-12
1
-14
/
+26
*
zebra: Use ng pointer in mpls_ftn_uninstall
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Zebra nexthop group re-work checkpatch fixes
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Use nexthop/interface vrf, not the routes
Stephen Worley
2019-10-25
1
-3
/
+2
*
zebra: Create a new NHE if the mpls labels change
Stephen Worley
2019-10-25
1
-12
/
+40
*
zebra: Replace nexthop_group with pointer in route entry
Donald Sharp
2019-10-25
1
-6
/
+6
*
zebra: fix mpls ftn uninstall
Emanuele Di Pascale
2019-09-18
1
-2
/
+4
*
Merge pull request #4949 from opensourcerouting/mpls-zapi-improvements
Olivier Dugeon
2019-09-13
1
-10
/
+108
|
\
|
*
lib, zebra: add new MPLS zapi message with route replace semantics
Renato Westphal
2019-09-10
1
-0
/
+57
|
*
zebra: improve cleanup of MPLS labels when zclient disconnects
Renato Westphal
2019-09-07
1
-7
/
+48
|
*
zebra: identify MPLS FTNs by route type and instance
Renato Westphal
2019-09-07
1
-3
/
+3
*
|
zebra: add missing case statement in nhlfe2str()
Renato Westphal
2019-09-07
1
-0
/
+1
*
|
zebra: improve the output of "show mpls table"
Renato Westphal
2019-09-07
1
-28
/
+38
|
/
[next]