Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd: Limit pim hello log messages | Donald Sharp | 2015-12-08 | 1 | -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 Marques | 2015-02-04 | 1 | -5/+7 |
| | |||||
* | fix address assigment | Klemen Sladic | 2015-02-04 | 1 | -4/+5 |
| | |||||
* | pimd: fix worst char * <> uint8_t * intermingling | David Lamparter | 2015-02-04 | 1 | -49/+41 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -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 order | Everton Marques | 2015-02-04 | 1 | -11/+12 |
| | |||||
* | [pim] Move encoded source address length check to pim_parse_addr_source | Everton Marques | 2015-02-04 | 1 | -1/+19 |
| | |||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+707 |