Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd: Reduce informative mandatory logging. | Everton Marques | 2015-02-04 | 1 | -7/+10 |
| | |||||
* | pimd: Reset DR uptime only on actual change | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Run DR election when hello packet is received. | Everton Marques | 2015-02-04 | 1 | -4/+5 |
| | |||||
* | pimd: fix wtf code | David Lamparter | 2015-02-04 | 1 | -2/+2 |
| | | | | | | | * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf | ||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 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] Clean-up log messages | Everton Marques | 2015-02-04 | 1 | -26/+25 |
| | |||||
* | [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.) | Leonard Herve | 2015-02-04 | 1 | -7/+27 |
| | | | | | | | [pim] pim messages: encoded source address format with Sparse bit=1 (RFC 4601 4.9.1.) [pim] and Mask Len MUST be equal to 32 [pim] dr election: new traces [pim] fix triggered_hello_delay_msec randomization | ||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+696 |