summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mroute.c
Commit message (Collapse)AuthorAgeFilesLines
* C18 MFC never recovers from removal of static route to sourceEverton Marques2015-02-041-0/+6
|
* pimd: fix format stringsDavid Lamparter2015-02-041-1/+1
| | | | | | | | | | | | | | | | * 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] Log physical interface up/downEverton Marques2015-02-041-10/+10
| | | | | | | | | [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] pim commands added to vtyshLeonard Herve2015-02-041-0/+13
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+432