summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmp.c
Commit message (Collapse)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-2/+3
|
* pimd: Fix invalid memory read when receiving a V1 or V2 query.Savannah SR#1085422015-02-041-16/+28
| | | | https://savannah.nongnu.org/support/index.php?108542
* pimd: Remove unused pim checksum in favour of quagga's version.Everton Marques2015-02-041-2/+2
|
* Parsing fixes.Everton Marques2015-02-041-6/+14
|
* pimd: fix worst char * <> uint8_t * interminglingDavid Lamparter2015-02-041-2/+2
|
* pimd: fix format stringsDavid Lamparter2015-02-041-4/+4
| | | | | | | | | | | | | | | | * 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-2/+4
|
* [pim] Move encoded source address length check to pim_parse_addr_sourceEverton Marques2015-02-041-1/+1
|
* [pim] Log physical interface up/downEverton Marques2015-02-041-5/+5
| | | | | | | | | [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/+1411