Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-02-26 | 1 | -2/+3 |
| | |||||
* | pimd: Fix invalid memory read when receiving a V1 or V2 query. | Savannah SR#108542 | 2015-02-04 | 1 | -16/+28 |
| | | | | https://savannah.nongnu.org/support/index.php?108542 | ||||
* | pimd: Remove unused pim checksum in favour of quagga's version. | Everton Marques | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | Parsing fixes. | Everton Marques | 2015-02-04 | 1 | -6/+14 |
| | |||||
* | pimd: fix worst char * <> uint8_t * intermingling | David Lamparter | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -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 syntax | Leonard Herve | 2015-02-04 | 1 | -2/+4 |
| | |||||
* | [pim] Move encoded source address length check to pim_parse_addr_source | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | [pim] Log physical interface up/down | Everton Marques | 2015-02-04 | 1 | -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.155 | Everton Marques | 2015-02-04 | 1 | -0/+1411 |