summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_peer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-1/+1
* ripngd: 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
* ripngd: use pI6 instead of inet6_ntoaMark Stapp2021-03-311-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-3/+1
* lib, *: add a common time interval formatting apiMark Stapp2020-03-091-12/+3
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-8/+8
* ripngd: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
* ripngd: remove the ripng global variableRenato Westphal2019-01-181-13/+17
* ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal2019-01-181-0/+6
* ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-181-16/+6
* *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+1
* *: 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-126/+105
* *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-2/+2
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-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
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-7/+7
* * prefix.[hc]: Pass argument to the inet6_ntoa by value making it morehasso2005-04-081-1/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-6/+6
* * lib/prefix.[hc]: inet6_ntoa utility function copied fromhasso2005-04-051-1/+1
* Ripngd part of 6Wind patch.hasso2003-05-251-0/+220