index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
/
ldp_zebra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldpd: add support for RLFA clients
Renato Westphal
2021-01-09
1
-0
/
+29
*
ldpd, isisd, ospfd: Remove periodic ldp-sync hello message
Karen Schoener
2020-12-09
1
-30
/
+0
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-9
/
+24
*
ldpd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-1
/
+1
*
ldpd: Adding support for LDP IGP Synchronization
Karen Schoener
2020-09-09
1
-3
/
+107
*
ldpd: Relay data plane pseudowire status in LDP notification
Karen Schoener
2020-06-01
1
-2
/
+3
*
Merge pull request #6241 from volta-networks/fix_ldp_acl
Renato Westphal
2020-04-30
1
-0
/
+21
|
\
|
*
ldpd: fix ACL rule modification
lynne
2020-04-29
1
-0
/
+21
*
|
ldpd: don't drop packets coming through a broken LSP
Renato Westphal
2020-04-08
1
-16
/
+26
|
/
*
*: encode zapi labels message using nexthops
Mark Stapp
2020-02-14
1
-6
/
+5
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-18
/
+1
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-23
/
+6
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-12
/
+17
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-11
/
+2
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+23
*
lib, zebra: add new MPLS zapi message with route replace semantics
Renato Westphal
2019-09-10
1
-10
/
+13
*
lib, zebra: enhance the MPLS zapi messages
Renato Westphal
2019-09-07
1
-12
/
+35
*
zebra: identify MPLS FTNs by route type and instance
Renato Westphal
2019-09-07
1
-2
/
+4
*
lib: introduce encode/decode functions for the MPLS zapi messages
Renato Westphal
2019-09-07
1
-26
/
+17
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-36
/
+20
*
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
1
-1
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-2
/
+2
*
ldpd: improve processing of redistributed routes
Renato Westphal
2017-11-29
1
-6
/
+26
*
*: Make zapi route install Notifications optional
Donald Sharp
2017-11-27
1
-1
/
+1
*
*: Modify zclient_init to require privs data
Donald Sharp
2017-10-24
1
-1
/
+3
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: introduce new rb-tree to optimize interface lookup by ifindex
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+3
*
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
1
-70
/
+36
*
babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checks
Renato Westphal
2017-08-23
1
-1
/
+2
*
ldpd: integrate with the pseudowire manager in zebra
Renato Westphal
2017-08-09
1
-6
/
+70
*
ldpd: Switch to using ETH_ALEN
Donald Sharp
2017-08-04
1
-1
/
+1
*
ldpd: update copyright information
Renato Westphal
2017-06-16
1
-10
/
+9
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-02
1
-9
/
+12
|
\
|
*
Merge pull request #431 from opensourcerouting/fix-iface-renames
Donald Sharp
2017-05-01
1
-5
/
+10
|
|
\
|
|
*
ldpd: fixes to handle interface renames properly
Renato Westphal
2017-05-01
1
-5
/
+10
|
*
|
ldpd: respect link-detect configuration
Renato Westphal
2017-05-01
1
-4
/
+2
|
|
/
*
/
ldpd: improve ldp_zebra_read_route()
Renato Westphal
2017-04-26
1
-26
/
+15
|
/
*
ldpd: fix configuration of non-existing VPLS interfaces and pseudowires
Renato Westphal
2017-03-31
1
-3
/
+3
*
ldpd: send VPLS MAC withdrawals
Renato Westphal
2017-03-03
1
-0
/
+2
*
ldpd: update local labels when necessary
Renato Westphal
2017-02-06
1
-20
/
+26
*
ldpd: release all memory explicitly on exit
Renato Westphal
2017-02-01
1
-0
/
+8
*
*: read and ignore srcdest routes on ZAPI
Christian Franke
2017-01-30
1
-0
/
+11
*
zebra/ldpd: allow MPLS ECMP on unnumbered interfaces
Renato Westphal
2016-12-14
1
-11
/
+12
*
zebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route type
Renato Westphal
2016-10-18
1
-31
/
+14
*
ldpd: fix processing of redistributed routes
Renato Westphal
2016-09-28
1
-0
/
+4
*
ldpd: make route flags a 32bit field
Renato Westphal
2016-09-28
1
-1
/
+1
[next]