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
/
labelmapping.c
Age
Commit message (
Expand
)
Author
2010-06-30
Switch prefix in struct map to a struct in_addr instead of a u_int32_t.
Claudio Jeker
2010-06-09
Move the logging of FEC changes to the LDE and print the FEC and label
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-25
Implement the missing label map recv functions and cleanup the other recv
Claudio Jeker
2010-05-17
The host address encoding of FEC was killed in RFC5036 and we're happy
Claudio Jeker
2010-04-15
Even though label withdraw, release, and abort requests are not fully
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2010-02-22
Correctly encode FEC prefixes. This makes my test setup much happyer.
Claudio Jeker
2010-02-20
Make send_* functions return void (and not int) as they can just succeed
Michele Marchetto
2009-12-30
Correctly parse the host address in the FEC TLV.
Michele Marchetto
2009-12-10
Length of the host address in the FEC TLV must be encoded in number
Michele Marchetto
2009-06-05
Correctly send notification messages when errors occur.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto