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