summaryrefslogtreecommitdiffstats
path: root/pimd/pim_tlv.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Limit pim hello log messagesDonald Sharp2015-12-081-26/+10
| | | | | | | | pimd was outputting allot of data surrounding pim hello packets. In addition the debugging was inconsistent and not all turned on via 'debug pim packet hello'. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Parsing fixes.Everton Marques2015-02-041-5/+7
|
* fix address assigmentKlemen Sladic2015-02-041-4/+5
|
* pimd: fix worst char * <> uint8_t * interminglingDavid Lamparter2015-02-041-49/+41
|
* pimd: fix format stringsDavid Lamparter2015-02-041-8/+8
| | | | | | | | | | | | | | | | * pim_igmp.c, * pim_igmpv3.c, * pim_pim.c, * pim_tlv.c: use %zu / %zd for size_t/ssize_t * pim_iface.c, * pim_ifchannel.c, * pim_mroute.c, * pim_neighbor.c, * pim_oil.c, * pim_ssmpingd.c, * pim_upstream.c: %zu for size_t * pim_cmd.c: %zu + a few (long long) casts for int64_t * pim_hello.c: %td for ptrdiff_t
* [pim] Fix net/host byte orderEverton Marques2015-02-041-11/+12
|
* [pim] Move encoded source address length check to pim_parse_addr_sourceEverton Marques2015-02-041-1/+19
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+707