summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* zebra: use real MTYPEs for various objectsMark Stapp2022-12-051-2/+2
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: remove more sprintf()Quentin Young2021-02-091-7/+11
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* *: replace all random() callsRafael Zalamena2020-04-181-1/+2
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-3/+3
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-4/+4
* zebra: flog_warn conversionQuentin Young2018-09-061-16/+21
* zebra, lib: error references for zebraQuentin Young2018-08-141-15/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+3
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-8/+8
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+1
* zebra: Fix irdp so it doesn't crash when looked atDonald Sharp2017-09-271-0/+42
* zebra: irdp: convert into moduleDavid Lamparter2017-08-151-4/+0
* zebra: irdp: manage separate IRDP structDavid Lamparter2017-08-151-63/+54
* zebra: start detangling rtadv & irdpDavid Lamparter2017-08-151-2/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-387/+364
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-4/+4
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-4/+4
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-8/+8
|/
* *: use vty_outlnQuentin Young2017-06-291-18/+17
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-291-20/+13
|\
| * zebra: more dbzingQuentin Young2017-06-161-4/+6
| * zebra: fix divide-by-zeroQuentin Young2017-06-141-20/+11
* | *: 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-4/+2
|/
* all: Fix all underfull doc stringsQuentin Young2016-11-301-10/+22
* all: Fix underfull doc strings, part 2Quentin Young2016-11-081-0/+2
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-127/+60
|\
| * zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-071-82/+15
* | zebra: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-9/+16
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-6/+6
* | zebra: argv update for all but zebra_vty.cDaniel Walton2016-09-221-9/+9
* | Revert "zebra: Fixup to use the new parser"Daniel Walton2016-09-221-9/+9
* | zebra: Fixup to use the new parserDonald Sharp2016-09-211-9/+9
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-4/+0
* zebra: zebra-warnings.patchDonald Sharp2015-05-201-3/+0
* fix set never used warningsStephen Hemminger2011-12-181-3/+0
* zebra: deal with irdp compile warningsStephen Hemminger2009-12-101-8/+17
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-191-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-4/+1