nerator' content='cgit v1.3-7-g2ca7'/>
summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/labelmapping.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-31Add missing #includes instead of assuming that some system header pulls inguenther1-1/+2
2010-11-04Rewrite all packet parsers to be more careful about alignment. Untilclaudio1-160/+227
2010-10-26Implement the optional label request message ID TLV.claudio1-26/+57
2010-10-26For label release and withdraw messages make sure that a wildcardclaudio1-6/+33
2010-10-26struct mapping_entry should just have a struct map instead of ownclaudio1-20/+20
2010-06-30Switch prefix in struct map to a struct in_addr instead of a u_int32_t.claudio1-7/+7
2010-06-09Move the logging of FEC changes to the LDE and print the FEC and labelclaudio1-19/+1
2010-05-26Rename some imsg bits to make namespace collisions less likely buf tonicm1-25/+25
2010-05-25Implement the missing label map recv functions and cleanup the other recvclaudio1-77/+178
2010-05-17The host address encoding of FEC was killed in RFC5036 and we're happyclaudio1-8/+3
2010-04-15Even though label withdraw, release, and abort requests are not fullyclaudio1-5/+11
2010-02-25Do not use bufferevent for something that's already covered in the imsgclaudio1-13/+6
2010-02-22Correctly encode FEC prefixes. This makes my test setup much happyer.claudio1-23/+20
2010-02-20Make send_* functions return void (and not int) as they can just succeedmichele1-21/+11
2009-12-30Correctly parse the host address in the FEC TLV.michele1-14/+36
2009-12-10Length of the host address in the FEC TLV must be encoded in numbermichele1-4/+6