Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd: cast to sockaddr_in to sockaddr | David Lamparter | 2015-04-21 | 1 | -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 Marques | 2015-02-04 | 1 | -0/+4 |
| | |||||
* | pimd: Remove unused pim checksum in favour of quagga's version. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | pimd: Replace assert with warning. | Everton Marques | 2015-02-04 | 1 | -2/+13 |
| | |||||
* | pimd: Clean-up. | Everton Marques | 2015-02-04 | 1 | -15/+0 |
| | |||||
* | fix address assigment | Klemen Sladic | 2015-02-04 | 1 | -1/+2 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -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 syntax | Leonard Herve | 2015-02-04 | 1 | -9/+20 |
| | |||||
* | [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.) | Leonard Herve | 2015-02-04 | 1 | -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/down | Everton Marques | 2015-02-04 | 1 | -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.155 | Everton Marques | 2015-02-04 | 1 | -0/+1717 |