summaryrefslogtreecommitdiffstats
path: root/ripd/rip_peer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* Merge pull request #13246 from opensourcerouting/rip-bfdRuss White2023-04-251-8/+60
|\
| * ripd: support BFD integrationRenato Westphal2023-04-191-8/+60
* | ripd: Align show ip rip status output for sourcesDonatas Abraitis2023-04-181-1/+1
|/
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ripd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-1/+1
* ripd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* ripd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-041-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-2/+1
* ripd: replace inet_ntoaMark Stapp2020-10-221-2/+2
* lib, *: add a common time interval formatting apiMark Stapp2020-03-091-12/+3
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-8/+8
* ripd: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
* ripd: remove the rip global variableRenato Westphal2019-01-181-12/+13
* ripd: clear list of peers when RIP is deconfiguredRenato Westphal2019-01-181-0/+6
* ripd: move "peer_list" to the rip structureRenato Westphal2019-01-181-15/+6
* ripd: fix list compare orderDavid Lamparter2018-10-231-1/+1
* *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-4/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-125/+105
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* *: use vty_outlnQuentin Young2017-06-291-3/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-2/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+2
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-5/+1
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-8/+8
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-6/+6
* Initial revisionpaul2002-12-131-0/+211