Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pimd: Log ifindex found for an interface when zebra lib reports a new ↵ | Everton Marques | 2015-02-04 | 1 | -2/+2 |
| | | | | connected address. | ||||
* | pimd: Addition of Hello & Join-Prune message debug commands | Balaji.G | 2015-02-04 | 1 | -1/+1 |
| | | | | | Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically | ||||
* | pimd: Remove unused pim checksum in favour of quagga's version. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Run DR election when hello packet is received. | Everton Marques | 2015-02-04 | 1 | -5/+13 |
| | |||||
* | pimd: fix worst char * <> uint8_t * intermingling | David Lamparter | 2015-02-04 | 1 | -5/+5 |
| | |||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | * 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] Packet dump debugging | Everton Marques | 2015-02-04 | 1 | -0/+12 |
| | |||||
* | [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.) | Leonard Herve | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | [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 | -3/+9 |
| | | | | | | | | | [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/+716 |