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
Age
Commit message (
Expand
)
Author
2010-10-07
Don't try to add MPLS routes with a incomming MPLS_LABEL_IMPLNULL label.
Claudio Jeker
2010-10-07
Garbage collect some unused structs.
Claudio Jeker
2010-09-06
Only run the nbr_idtimer() when this side is acting as master (establishing
Claudio Jeker
2010-09-06
The nbr_reset_*() timer fucntions are the same as the nbr_start_* function.
Claudio Jeker
2010-09-02
NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same
Claudio Jeker
2010-09-01
s/lfib/fib/ for more consitency with the other routing daemons.
Claudio Jeker
2010-08-27
Fix format string that was not changed after the log_fec introduction.
Claudio Jeker
2010-08-26
Fix a memory leak in an error path. Found and diff by Igor Zinovik.
Claudio Jeker
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-08
Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strange
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
Pass a struct kroute and not a kroute_node to kr_redist_remove(). This
Claudio Jeker
2010-06-30
Kill IMSG_KLABEL_INSERT and all the related functions around it.
Claudio Jeker
2010-06-30
Rework how we "redistribute" networks. Send all pathes of an active route
Claudio Jeker
2010-06-30
Sync kroute.c code with ospfd's version of kroute.c. A small step to support
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-23
Fix comment. Downstream is towards the destination of a LSP.
Claudio Jeker
2010-06-23
Kill rt_node->invalid it is not used by anything.
Claudio Jeker
2010-06-21
Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This should
Claudio Jeker
2010-06-21
Requiring { } blocks for interfaces is dumb since most don't need any
Claudio Jeker
2010-06-10
No need to print FEC twice. Remove it in the log function.
Claudio Jeker
2010-06-10
Signal a neighbor down event to the LDE when the TCP session is closed.
Claudio Jeker
2010-06-09
Move the logging of FEC changes to the LDE and print the FEC and label
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
MPLSCTL_ENABLE is gone, no need to check for it. There is also no real
Claudio Jeker
2010-06-02
Start reworking the LDE. Implement a FEC RB tree that can be used for the
Claudio Jeker
2010-05-28
Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational
Claudio Jeker
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-25
Ugh. Remove name2id.c for real now.
Claudio Jeker
2010-05-25
Remove another leftover from ospfd. ldpd does not have a concept of ext_tag
Claudio Jeker
2010-05-25
Implement the missing label map recv functions and cleanup the other recv
Claudio Jeker
2010-05-25
Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.
Claudio Jeker
2010-05-25
Kill a bogus bzero() and introduce an empty lde_check_release().
Claudio Jeker
2010-05-25
I removed code in the last commit that is needed. Allocate rbuf now by
Claudio Jeker
2010-05-24
now that we can handle >9 args, put "-D name=value" on one line: it's a bit
Jason McIntyre
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-19
Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play with
Claudio Jeker
2010-05-17
The host address encoding of FEC was killed in RFC5036 and we're happy
Claudio Jeker
2010-05-14
Order struct element by size.
Claudio Jeker
2010-05-14
Do not send notifications directly onto the wire. Decide in the caller how
Claudio Jeker
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
2010-05-12
Make sure there is a difference in the log of non-fatal and fatal
Claudio Jeker
2010-05-11
sort struct by size and kill some unneeded spaces.
Claudio Jeker
2010-05-11
Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.
Claudio Jeker
2010-05-11
No need to do a rt_find() twice.
Claudio Jeker
2010-05-01
split up a multiple assignment so we aren't casting an lvalue.
Jonathan Gray
2010-04-29
Remove some more ospfd-ism from the interface code. This time remove
Claudio Jeker
[next]