index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
lde.c
Age
Commit message (
Expand
)
Author
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Introduce a garbage collector for dead entries in the LIB.
Renato Westphal
2016-05-23
Fix bugs in pseudowire parameters negotiation.
Renato Westphal
2016-05-23
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
Remove protection that was prevent pseudowires to be updated in the kernel.
Renato Westphal
2016-05-23
Make send_labelmessage() more robust.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-23
Add pledge(2) to the child processes.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Record all fields of the received label mappings.
Renato Westphal
2015-07-21
Rename structures and functions to be more generic.
Renato Westphal
2015-07-21
Reuse merge_config() logic to simplify the shutdown of each process.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-07-19
Remove incomplete support for unnecessary modes of operation.
Renato Westphal
2015-07-19
Uninstall associated label bindings when a neighbor is down.
Renato Westphal
2015-03-21
Remove unused variables and functions.
Renato Westphal
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-10-15
Simplify the lde_nbr_new() function.
Renato Westphal
2013-10-15
Simplify the code by avoiding direct calls to imsg_compose_event().
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-04
Minor adjustments in the startup of the lde and ldpe processes
Claudio Jeker
2013-06-03
Remove the IMSG_NEIGHBOR_CHANGE message
Claudio Jeker
2010-10-26
Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(),
Claudio Jeker
2010-10-21
Start implementing the missing lablemapping messages in the LDE and
Claudio Jeker
2010-06-30
Make it possible to store multiple LSP to a FEC. This is another step to
Claudio Jeker
2010-06-30
Kill IMSG_KLABEL_INSERT and all the related functions around it.
Claudio Jeker
2010-06-30
Switch prefix in struct map to a struct in_addr instead of a u_int32_t.
Claudio Jeker
2010-06-09
More useful warning message.
Claudio Jeker
2010-06-07
Store all labels in ldpd in host byte order without any additional shifting.
Claudio Jeker
2010-06-02
Start reworking the LDE. Implement a FEC RB tree that can be used for the
Claudio Jeker
2010-05-25
Remove another leftover from ospfd. ldpd does not have a concept of ext_tag
Claudio Jeker
2010-05-25
Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.
Claudio Jeker
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-11
Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.
Claudio Jeker
2010-03-03
Rework the kroute code by stealing some code from ospfd and massaging it
Claudio Jeker
2010-03-01
nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call.
Claudio Jeker
[next]