summaryrefslogtreecommitdiff
path: root/zebra/irdp_interface.c
AgeCommit message (Expand)Author
2024-01-28zebra: convert interface configuration output to NBIgor Ryzhov
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-05zebra: use real MTYPEs for various objectsMark Stapp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-09*: remove more sprintf()Quentin Young
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-17*: replace all random() callsRafael Zalamena
2019-07-01*: s/TRUE/true/, s/FALSE/false/Quentin Young
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-08-14zebra, lib: error references for zebraQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-09-26zebra: Fix irdp so it doesn't crash when looked atDonald Sharp
2017-08-15zebra: irdp: convert into moduleDavid Lamparter
2017-08-15zebra: irdp: manage separate IRDP structDavid Lamparter
2017-08-15zebra: start detangling rtadv & irdpDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: use vty_outlnQuentin Young
2017-06-29Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp
2017-06-16zebra: more dbzingQuentin Young
2017-06-14zebra: fix divide-by-zeroQuentin 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
2016-11-29all: Fix all underfull doc stringsQuentin Young
2016-11-08all: Fix underfull doc strings, part 2Quentin Young
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07zebra: use qobj and enable concurrent config editsDavid Lamparter
2016-09-23zebra: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton
2016-09-22zebra: argv update for all but zebra_vty.cDaniel Walton
2016-09-22Revert "zebra: Fixup to use the new parser"Daniel Walton
2016-09-20zebra: Fixup to use the new parserDonald Sharp
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-04-14zebra: Refactor struct zebra_tDonald Sharp