summaryrefslogtreecommitdiffstats
path: root/pimd/pim_neighbor.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Reduce informative mandatory logging.Everton Marques2015-02-041-7/+10
|
* pimd: Reset DR uptime only on actual changeEverton Marques2015-02-041-1/+1
|
* Run DR election when hello packet is received.Everton Marques2015-02-041-4/+5
|
* pimd: fix wtf codeDavid Lamparter2015-02-041-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 stringsDavid Lamparter2015-02-041-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 messagesEverton Marques2015-02-041-26/+25
|
* [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.)Leonard Herve2015-02-041-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.155Everton Marques2015-02-041-0/+696