summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/labelmapping.c
AgeCommit message (Expand)Author
2011-01-10Rename struct fec_tlv to struct tlv since it is just the genericClaudio Jeker
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-10-26Implement the optional label request message ID TLV.Claudio Jeker
2010-10-26For label release and withdraw messages make sure that a wildcardClaudio Jeker
2010-10-26struct mapping_entry should just have a struct map instead of ownClaudio Jeker
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