summaryrefslogtreecommitdiffstats
path: root/pimd/pim_time.c
Commit message (Collapse)AuthorAgeFilesLines
* *: make sure zebra.h is always included firstDavid Lamparter2015-10-161-1/+2
| | | | | | | | zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via <features.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pimd: Simplify gettime-related code.Everton Marques2015-02-041-47/+0
|
* Define pim_gettime() when PIM_GETTIME_USE_GETTIMEOFDAY is not available.Everton Marques2015-02-041-1/+1
|
* pimd: fix wtf codeDavid Lamparter2015-02-041-0/+2
| | | | | | | * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf
* [pim] Cosmetic RPF refresh timer displayEverton Marques2015-02-041-0/+8
|
* [pim] Work-around improper monotonic clockEverton Marques2015-02-041-4/+35
|
* [pim] Version up to 0.161Everton Marques2015-02-041-9/+29
|
* [pim] Log physical interface up/downEverton Marques2015-02-041-2/+2
| | | | | | | | | [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.155Everton Marques2015-02-041-0/+151