Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Run DR election when hello packet is received. | Everton Marques | 2015-02-04 | 5 | -12/+23 | |
| | ||||||
* | Parsing fixes. | Everton Marques | 2015-02-04 | 3 | -11/+36 | |
| | ||||||
* | fix address assigment | Klemen Sladic | 2015-02-04 | 4 | -9/+11 | |
| | ||||||
* | PIM_ZCLIENT_DEBUG enables zclient_socket() / zclient_socket_un() debug | Everton Marques | 2015-02-04 | 1 | -0/+13 | |
| | ||||||
* | pimd: extend .gitignore | David Lamparter | 2015-02-04 | 1 | -5/+14 | |
| | ||||||
* | Define pim_gettime() when PIM_GETTIME_USE_GETTIMEOFDAY is not available. | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | pimd: fix wtf code | David Lamparter | 2015-02-04 | 4 | -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 * intermingling | David Lamparter | 2015-02-04 | 17 | -137/+129 | |
| | ||||||
* | pimd: use socklen_t consistently | David Lamparter | 2015-02-04 | 3 | -3/+3 | |
| | ||||||
* | pimd: fix format strings | David Lamparter | 2015-02-04 | 13 | -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.163 | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] bootstrap from tarball prefers autoreconf -i | Everton Marques | 2015-02-04 | 1 | -1/+3 | |
| | ||||||
* | [pim] Additional PIM drafts. | Everton Marques | 2015-02-04 | 1 | -0/+25 | |
| | ||||||
* | [pim] Compile fixes for FreeBSD. | User | 2015-02-04 | 2 | -1/+7 | |
| | ||||||
* | [pim] Version up to 0.162 | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] Reference to troglobit pimd | Everton Marques | 2015-02-04 | 1 | -1/+8 | |
| | ||||||
* | [pim] "show ip route" renamed to "show ip rib" | Everton Marques | 2015-02-04 | 3 | -7/+8 | |
| | ||||||
* | [pim] .gitignore | Everton Marques | 2015-02-04 | 1 | -0/+7 | |
| | ||||||
* | [pim] Uniform format for commands "debug pim packet-dump" and "test pim ↵ | Everton Marques | 2015-02-04 | 1 | -3/+3 | |
| | | | | receive dump" | |||||
* | [pim] Cosmetic RPF refresh timer display | Everton Marques | 2015-02-04 | 3 | -1/+10 | |
| | ||||||
* | [pim] Work-around improper monotonic clock | Everton Marques | 2015-02-04 | 3 | -4/+47 | |
| | ||||||
* | [pim] Version up to 0.161 | Everton Marques | 2015-02-04 | 3 | -10/+36 | |
| | ||||||
* | [pim] debug mroute | Everton Marques | 2015-02-04 | 1 | -0/+1 | |
| | ||||||
* | [pim] debug mroute | Everton Marques | 2015-02-04 | 5 | -0/+85 | |
| | ||||||
* | [pim] TODO T42 Static igmp join fails when loading config at boot time | Everton Marques | 2015-02-04 | 2 | -3/+30 | |
| | ||||||
* | [pim] show ip igmp join | Everton Marques | 2015-02-04 | 5 | -4/+87 | |
| | ||||||
* | [pim] Fix net/host byte order | Everton Marques | 2015-02-04 | 7 | -31/+108 | |
| | ||||||
* | [pim] test pim receive dump | Everton Marques | 2015-02-04 | 1 | -10/+36 | |
| | ||||||
* | [pim] test pim receive dump | Everton Marques | 2015-02-04 | 2 | -0/+93 | |
| | ||||||
* | [pim] Fix dump byte type | Everton Marques | 2015-02-04 | 2 | -2/+2 | |
| | ||||||
* | [pim] Packet dump debugging | Everton Marques | 2015-02-04 | 7 | -33/+169 | |
| | ||||||
* | [pim] Clean-up log messages | Everton Marques | 2015-02-04 | 2 | -27/+26 | |
| | ||||||
* | [pim] Reference about draft mboned-ssmping | Everton Marques | 2015-02-04 | 1 | -1/+5 | |
| | ||||||
* | [pim] Version up to 0.159 | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] ssmpingd commands | Everton Marques | 2015-02-04 | 1 | -0/+3 | |
| | ||||||
* | [pim] Sample config for ssmpingd support | Everton Marques | 2015-02-04 | 1 | -0/+6 | |
| | ||||||
* | [pim] T41 DONE ssmping support | Everton Marques | 2015-02-04 | 7 | -13/+195 | |
| | ||||||
* | [pim] Hooks for ssmpingd support | Everton Marques | 2015-02-04 | 6 | -11/+417 | |
| | ||||||
* | [pim] Skeleton for ssmpingd support | Everton Marques | 2015-02-04 | 10 | -2/+164 | |
| | ||||||
* | [pim] Ref. on LW-MLDv2 | Everton Marques | 2015-02-04 | 1 | -0/+1 | |
| | ||||||
* | [pim] Hint for test_igmpv3_join command-line utility | Everton Marques | 2015-02-04 | 1 | -0/+12 | |
| | ||||||
* | [pim] Command line tool to test IGMPv3 join. | Everton Marques | 2015-02-04 | 6 | -30/+254 | |
| | ||||||
* | [pim] clean-up | Everton Marques | 2015-02-04 | 2 | -3/+0 | |
| | ||||||
* | [pim] ip mroute show: can display the MFC | Everton Marques | 2015-02-04 | 1 | -0/+4 | |
| | ||||||
* | [pim] Version up to 0.158 | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] Fixed doc on CAVEAT C7 | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] show ip pim lan-prune-delay: fix cosmetic alignment | Everton Marques | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [pim] More RPF cache refresh statistics | Everton Marques | 2015-02-04 | 4 | -10/+18 | |
| | ||||||
* | [pim] Correction for cross-compilation error with this syntax | Leonard Herve | 2015-02-04 | 2 | -11/+24 | |
| | ||||||
* | Router Alert option for IGMP packets but not for PIM packets | Leonard Herve | 2015-02-04 | 1 | -2/+2 | |
| |