summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmpv3.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: cast to sockaddr_in to sockaddrDavid Lamparter2015-04-211-1/+2
| | | | | | | While glibc seems to have something in the system headers that prevents this from triggering a warning, FreeBSD doesn't. Fix the warning. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pimd: Report del_oif() failure within igmp_source_forward_stop().Everton Marques2015-02-041-0/+4
|
* pimd: Remove unused pim checksum in favour of quagga's version.Everton Marques2015-02-041-1/+1
|
* pimd: Replace assert with warning.Everton Marques2015-02-041-2/+13
|
* pimd: Clean-up.Everton Marques2015-02-041-15/+0
|
* fix address assigmentKlemen Sladic2015-02-041-1/+2
|
* pimd: fix format stringsDavid Lamparter2015-02-041-6/+6
| | | | | | | | | | | | | | | | * 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] Correction for cross-compilation error with this syntaxLeonard Herve2015-02-041-9/+20
|
* [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.)Leonard Herve2015-02-041-9/+9
| | | | | | | [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] Log physical interface up/downEverton Marques2015-02-041-1/+1
| | | | | | | | | [pim] Replace strerror with safe_strerror [pim] Fix PIM socket removal from non-PIM interfaces [pim] show ip igmp querier: left-align Querier string [pim] Version up to 0.157 [pim] Recipe to re-sync with Quagga repository [pim] Build vtysh in development script
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+1717