summaryrefslogtreecommitdiff
path: root/ripngd/ripng_peer.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-03-31ripngd: use pI6 instead of inet6_ntoaMark Stapp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-03-09lib, *: add a common time interval formatting apiMark Stapp
2020-03-05*: use gmtime_r, localtime_r exclusivelyMark Stapp
2019-06-21ripngd: use MTYPE_STATICDavid Lamparter
2019-01-18ripngd: remove the ripng global variableRenato Westphal
2019-01-18ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal
2019-01-18ripngd: move "peer_list" to the ripng structureRenato Westphal
2018-10-19*: Fixup to use proper list_cmp functionsDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2017-08-08*: Define the number of seconds in a Day, Week and yearDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: update thread_add_* callsQuentin Young
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2014-06-04*: nuke ^L (page feed)David Lamparter
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2008-08-22[trivia] finish off static'ification of ospf6d and ripngdPaul Jakma
2005-04-08 * prefix.[hc]: Pass argument to the inet6_ntoa by value making it morehasso
2005-04-072005-04-07 Paul Jakma <paul.jakma@sun.com>paul
2005-04-05 * lib/prefix.[hc]: inet6_ntoa utility function copied fromhasso
2003-05-25Ripngd part of 6Wind patch.hasso