index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
/
ldpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ldpd: integrate with the pseudowire manager in zebra
Renato Westphal
2017-08-09
1
-13
/
+28
*
|
*: remove --enable-tcp-zebra, rework ZAPI path
David Lamparter
2017-08-08
1
-1
/
+1
|
/
*
lib: improve the RB implementation
Rafael Zalamena
2017-06-16
1
-17
/
+19
*
ldpd: further improvements in the configuration handling
Renato Westphal
2017-06-03
1
-24
/
+33
*
ldpd: fix bug in pseudowire control-word negotiation
Renato Westphal
2017-06-03
1
-4
/
+2
*
ldpd: use frr_init()
David Lamparter
2017-05-18
1
-14
/
+4
*
*: Consolidate vrf_hooks into vrf_init
Donald Sharp
2017-05-16
1
-1
/
+1
*
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-12
/
+12
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-10
/
+14
*
ldpd: simplify initialization of the child processes
Renato Westphal
2017-04-26
1
-45
/
+17
*
ldpd: call openzlog() in the child processes as well
Renato Westphal
2017-04-25
1
-3
/
+3
*
ldpd: split log.c into two files
Renato Westphal
2017-04-25
1
-0
/
+1
*
ldpd: do not consume vty_conf when updating the configuration
Renato Westphal
2017-03-31
1
-159
/
+107
*
ldpd: extend the ldp_config_normalize() function
Renato Westphal
2017-03-31
1
-27
/
+40
*
ldpd: fix configuration of non-existing VPLS interfaces and pseudowires
Renato Westphal
2017-03-31
1
-3
/
+8
*
ldpd: remove the interface vty node
Renato Westphal
2017-03-31
1
-1
/
+0
*
ldpd: fix pseudowire merge algorithm
Renato Westphal
2017-03-27
1
-52
/
+20
*
ldpd: remove a few unnecessary functions
Renato Westphal
2017-03-27
1
-6
/
+6
*
ldpd: do a full configuration reload upon receiving a SIGHUP
Renato Westphal
2017-03-27
1
-0
/
+21
*
ldpd: simplify handling of configuration commands
Renato Westphal
2017-03-27
1
-77
/
+46
*
ldpd: drop privileges earlier in the parent process
Renato Westphal
2017-03-27
1
-22
/
+19
*
Merge pull request #286 from opensourcerouting/ldpd-tshoot
Donald Sharp
2017-03-24
1
-0
/
+4
|
\
|
*
ldpd: provide more detailed information in some show commands
Renato Westphal
2017-03-21
1
-0
/
+4
*
|
Merge pull request #285 from bingen/label_manager_3
Donald Sharp
2017-03-21
1
-8
/
+27
|
\
\
|
*
|
Implement generic label manager
ßingen
2017-03-20
1
-8
/
+27
|
|
/
*
/
ldpd: Move if_update to ldp_if_update
Donald Sharp
2017-03-15
1
-1
/
+1
|
/
*
lib: remove remaining struct zlog * args
David Lamparter
2017-03-08
1
-1
/
+1
*
lib: simplify protocol/log naming
David Lamparter
2017-03-08
1
-2
/
+2
*
*: add frr_run()
David Lamparter
2017-03-08
1
-10
/
+1
*
*: add frr_config_fork()
David Lamparter
2017-03-08
1
-49
/
+4
*
*: add frr_init() infrastructure
David Lamparter
2017-03-07
1
-96
/
+31
*
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-02-02
1
-7
/
+50
|
\
|
*
*: fix warning fallout from set_socket_path
David Lamparter
2017-02-01
1
-1
/
+1
|
*
ldpd: add ctl_socket cli option to override the compiled-in location for the ...
Renato Westphal
2017-01-25
1
-6
/
+37
|
*
ldpd: Add vty_socket cli option to override the compiled-in location for the ...
Martin Winter
2017-01-25
1
-1
/
+11
*
|
ldpd: introduce advanced filtering capabilities
Renato Westphal
2017-02-02
1
-31
/
+146
*
|
ldpd: add synchronous IPC channels
Renato Westphal
2017-02-02
1
-19
/
+47
*
|
ldpd: release all memory explicitly on exit
Renato Westphal
2017-02-01
1
-0
/
+9
*
|
Merge pull request #40 from opensourcerouting/ldpd-ordered-output
Donald Sharp
2017-01-06
1
-106
/
+106
|
\
\
|
|
/
|
/
|
|
*
ldpd: use red-black trees to store 'l2vpn_pw' elements
Renato Westphal
2017-01-04
1
-33
/
+33
|
*
ldpd: use red-black trees to store 'l2vpn_if' elements
Renato Westphal
2017-01-04
1
-11
/
+11
|
*
ldpd: use red-black trees to store 'l2vpn' elements
Renato Westphal
2017-01-04
1
-14
/
+14
|
*
ldpd: use red-black trees to store 'nbr_params' elements
Renato Westphal
2017-01-04
1
-15
/
+15
|
*
ldpd: use red-black trees to store 'tnbr' elements
Renato Westphal
2017-01-04
1
-17
/
+17
|
*
ldpd: use red-black trees to store 'iface' elements
Renato Westphal
2017-01-04
1
-16
/
+16
*
|
build: rename (1 of ?): configure.ac + preproc
David Lamparter
2016-12-20
1
-5
/
+5
|
/
*
ldpd: replace global vars w/ qobj for vty context
Renato Westphal
2016-10-07
1
-0
/
+1
*
ldpd: qobj: register everything
Renato Westphal
2016-10-07
1
-8
/
+82
*
ldpd: merge/dup/reload void **ref support
Renato Westphal
2016-10-07
1
-63
/
+91
*
ldpd: adapt the code for Quagga
Renato Westphal
2016-09-23
1
-247
/
+719
[prev]
[next]