summaryrefslogtreecommitdiffstats
path: root/pimd
Commit message (Collapse)AuthorAgeFilesLines
...
* Run DR election when hello packet is received.Everton Marques2015-02-045-12/+23
|
* Parsing fixes.Everton Marques2015-02-043-11/+36
|
* fix address assigmentKlemen Sladic2015-02-044-9/+11
|
* PIM_ZCLIENT_DEBUG enables zclient_socket() / zclient_socket_un() debugEverton Marques2015-02-041-0/+13
|
* pimd: extend .gitignoreDavid Lamparter2015-02-041-5/+14
|
* Define pim_gettime() when PIM_GETTIME_USE_GETTIMEOFDAY is not available.Everton Marques2015-02-041-1/+1
|
* pimd: fix wtf codeDavid Lamparter2015-02-044-5/+7
| | | | | | | * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf
* pimd: fix worst char * <> uint8_t * interminglingDavid Lamparter2015-02-0417-137/+129
|
* pimd: use socklen_t consistentlyDavid Lamparter2015-02-043-3/+3
|
* pimd: fix format stringsDavid Lamparter2015-02-0413-41/+41
| | | | | | | | | | | | | | | | * 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] Version up to 0.163Everton Marques2015-02-041-1/+1
|
* [pim] bootstrap from tarball prefers autoreconf -iEverton Marques2015-02-041-1/+3
|
* [pim] Additional PIM drafts.Everton Marques2015-02-041-0/+25
|
* [pim] Compile fixes for FreeBSD.User2015-02-042-1/+7
|
* [pim] Version up to 0.162Everton Marques2015-02-041-1/+1
|
* [pim] Reference to troglobit pimdEverton Marques2015-02-041-1/+8
|
* [pim] "show ip route" renamed to "show ip rib"Everton Marques2015-02-043-7/+8
|
* [pim] .gitignoreEverton Marques2015-02-041-0/+7
|
* [pim] Uniform format for commands "debug pim packet-dump" and "test pim ↵Everton Marques2015-02-041-3/+3
| | | | receive dump"
* [pim] Cosmetic RPF refresh timer displayEverton Marques2015-02-043-1/+10
|
* [pim] Work-around improper monotonic clockEverton Marques2015-02-043-4/+47
|
* [pim] Version up to 0.161Everton Marques2015-02-043-10/+36
|
* [pim] debug mrouteEverton Marques2015-02-041-0/+1
|
* [pim] debug mrouteEverton Marques2015-02-045-0/+85
|
* [pim] TODO T42 Static igmp join fails when loading config at boot timeEverton Marques2015-02-042-3/+30
|
* [pim] show ip igmp joinEverton Marques2015-02-045-4/+87
|
* [pim] Fix net/host byte orderEverton Marques2015-02-047-31/+108
|
* [pim] test pim receive dumpEverton Marques2015-02-041-10/+36
|
* [pim] test pim receive dumpEverton Marques2015-02-042-0/+93
|
* [pim] Fix dump byte typeEverton Marques2015-02-042-2/+2
|
* [pim] Packet dump debuggingEverton Marques2015-02-047-33/+169
|
* [pim] Clean-up log messagesEverton Marques2015-02-042-27/+26
|
* [pim] Reference about draft mboned-ssmpingEverton Marques2015-02-041-1/+5
|
* [pim] Version up to 0.159Everton Marques2015-02-041-1/+1
|
* [pim] ssmpingd commandsEverton Marques2015-02-041-0/+3
|
* [pim] Sample config for ssmpingd supportEverton Marques2015-02-041-0/+6
|
* [pim] T41 DONE ssmping supportEverton Marques2015-02-047-13/+195
|
* [pim] Hooks for ssmpingd supportEverton Marques2015-02-046-11/+417
|
* [pim] Skeleton for ssmpingd supportEverton Marques2015-02-0410-2/+164
|
* [pim] Ref. on LW-MLDv2Everton Marques2015-02-041-0/+1
|
* [pim] Hint for test_igmpv3_join command-line utilityEverton Marques2015-02-041-0/+12
|
* [pim] Command line tool to test IGMPv3 join.Everton Marques2015-02-046-30/+254
|
* [pim] clean-upEverton Marques2015-02-042-3/+0
|
* [pim] ip mroute show: can display the MFCEverton Marques2015-02-041-0/+4
|
* [pim] Version up to 0.158Everton Marques2015-02-041-1/+1
|
* [pim] Fixed doc on CAVEAT C7Everton Marques2015-02-041-1/+1
|
* [pim] show ip pim lan-prune-delay: fix cosmetic alignmentEverton Marques2015-02-041-1/+1
|
* [pim] More RPF cache refresh statisticsEverton Marques2015-02-044-10/+18
|
* [pim] Correction for cross-compilation error with this syntaxLeonard Herve2015-02-042-11/+24
|
* Router Alert option for IGMP packets but not for PIM packetsLeonard Herve2015-02-041-2/+2
|