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 compile issues introduced by recent commit on newer compilers
Donald Sharp
2019-01-23
1
-3
/
+2
*
zebra: openbsd LSP update code
Mark Stapp
2019-01-22
1
-39
/
+0
*
zebra: remove use of sync LSP update apis
Mark Stapp
2019-01-22
1
-1
/
+1
*
zebra: move LSP updates into dataplane subsystem
Mark Stapp
2019-01-22
1
-13
/
+114
*
zebra: add apis to add and delete NHLFEs
Mark Stapp
2019-01-22
1
-0
/
+23
*
bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...
Anton Degtyarev
2018-12-20
1
-20
/
+44
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-2
/
+2
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-3
/
+3
*
zebra: Create zebra_dplane.c and .h
Mark Stapp
2018-09-20
1
-14
/
+16
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-6
/
+6
*
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Quentin Young
2018-09-13
1
-12
/
+12
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-3
/
+6
*
bgpd/ospfd: make bgp and ospf json response a bit more consistent
Don Slice
2018-08-30
1
-2
/
+2
*
Merge pull request #2846 from donaldsharp/backet_data
Russ White
2018-08-16
1
-1
/
+1
|
\
|
*
zebra: Trust backet->data
Donald Sharp
2018-08-15
1
-1
/
+1
*
|
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-9
/
+9
*
|
zebra, lib: error references for zebra
Quentin Young
2018-08-14
1
-10
/
+23
|
/
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-4
/
+0
*
zebra: mpls entry interface lookup adaptation for vrf backend
Philippe Guibert
2018-07-10
1
-3
/
+9
*
Merge pull request #2292 from donaldsharp/fixup_sb_stuff
Russ White
2018-06-08
1
-15
/
+36
|
\
|
*
zebra: Add `enum dp_req_result` to lsp install/deletes
Donald Sharp
2018-05-30
1
-10
/
+31
|
*
zebra: Rename SOUTHBOUND_XXX to DP_XXX
Donald Sharp
2018-05-30
1
-5
/
+5
*
|
zebra: refactor zserv names, consolidate events
Quentin Young
2018-05-29
1
-2
/
+2
|
/
*
zebra: cleanup for zapi_msg.c split
Quentin Young
2018-04-23
1
-1
/
+1
*
zebra: use hooks for client lifecycle callbacks
Quentin Young
2018-04-23
1
-2
/
+4
*
lib, zebra: Move label conversion strings to lib
Donald Sharp
2018-04-18
1
-77
/
+0
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-19
/
+19
*
zebra: Apply label to all nexthops when needed
Donald Sharp
2018-03-16
1
-11
/
+27
*
zebra: reorganize zserv, batch i/o
Quentin Young
2018-03-12
1
-3
/
+2
*
lib: Isolate nexthop_group functions to nexthop_group.c
Donald Sharp
2018-03-09
1
-6
/
+6
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-20
/
+15
*
zebra: Use appropriate output function for label printing
Donald Sharp
2018-02-09
1
-2
/
+7
*
*: Make code use a consisten definition of labels
Donald Sharp
2018-02-09
1
-8
/
+9
*
zebra: Cleanup mpls handling to allow a NEXTHOP_TYPE_IFINDEX
Donald Sharp
2018-02-09
1
-2
/
+38
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-8
/
+12
*
*: Handle VRF configuration when VRF gets inactivated and activated
vivek
2018-01-24
1
-0
/
+10
*
zebra: use zclient_create_header
Donald Sharp
2018-01-22
1
-1
/
+1
*
lib, zebra: Rename and place appropriately the label stack
Donald Sharp
2018-01-22
1
-2
/
+2
*
zebra: Fix route replace flags
Donald Sharp
2017-11-29
1
-0
/
+23
*
zebra: Fix lsp add/del from kernel using SETFLAG
Donald Sharp
2017-11-29
1
-28
/
+41
*
zebra: Install/Update success caused flags to be cleared for lsp
Donald Sharp
2017-11-16
1
-4
/
+10
*
zebra: Move some LSP flag handling to common code
Donald Sharp
2017-11-16
1
-1
/
+19
*
zebra: Move clear_nhlfe_installed to calling functions
Donald Sharp
2017-10-27
1
-5
/
+32
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-1
/
+1
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-2
/
+2
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-11
/
+6
*
zebra: Fixup indentation
Donald Sharp
2017-09-11
1
-3
/
+8
*
zebra: Add hash name to mpls hash
Donald Sharp
2017-09-05
1
-2
/
+6
*
*: fix assorted issues detected by Coverity Scan
Renato Westphal
2017-08-25
1
-3
/
+3
*
zebra: increase maximum label stack depth
Renato Westphal
2017-08-22
1
-19
/
+12
[next]