summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-4/+4
* *: style for EC replacementsQuentin Young2018-09-131-2/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-6/+7
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-10/+4
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* zebra, lib: error references for zebraQuentin Young2018-08-141-5/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-5/+5
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+2
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-14/+14
* zebra: irdp: convert into moduleDavid Lamparter2017-08-151-4/+15
* zebra: irdp: manage separate IRDP structDavid Lamparter2017-08-151-6/+19
* zebra: start detangling rtadv & irdpDavid Lamparter2017-08-151-1/+8
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-222/+218
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-291-1/+1
|\
| * zebra: more dbzingQuentin Young2017-06-161-2/+1
| * zebra: fix divide-by-zeroQuentin Young2017-06-141-1/+2
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* | *: update thread_add_* callsQuentin Young2017-05-091-5/+8
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-6/+5
|/
* lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-4/+3
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: use prefix2str for logging where possibleTimo Teräs2016-06-091-3/+3
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-2/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-081-17/+19
* zebra: deal with irdp compile warningsStephen Hemminger2009-12-101-19/+1
* [zebra] IRDP should ignore non-IPv4 addressesPaul Jakma2007-02-261-0/+4
* [zebra] IRDP: Move stream_free to where its created, probably fixing a leakPaul Jakma2006-08-041-1/+2
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-8/+7
* 2005-03-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-301-29/+19
* 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-291-1/+3
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-2/+2
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-1/+1
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-5/+5
* 2004-10-22 Paul Jakma <paul@dishone.st>paul2004-10-221-1/+1
* Compiler warnings fixes.hasso2004-09-261-0/+1
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-41/+39
* 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-191-1/+1
* 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-231-3/+1
* Creating irdp socket requires more privileges.hasso2004-07-131-0/+12
* OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-121-0/+347