summaryrefslogtreecommitdiff
path: root/lib/distribute.c
AgeCommit message (Expand)Author
2024-08-10lib: fix distribute-list deletionIgor Ryzhov
2024-08-08lib: fix crash on distribute-list deleteIgor Ryzhov
2024-01-22lib: remove global list of distribute-listsIgor Ryzhov
2024-01-22lib: enable multiple instance support with distribute listsChristian Hopps
2024-01-22lib: add northbound support to distribute-list code.Christian Hopps
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-05-04lib: Remove dead codeDonald Sharp
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp
2021-05-04lib: Abstract parsing of distribute listsDonald Sharp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-04-03lib: reduce exported var symbolsQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-25*: Rename backet to bucketTim Bray
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-11-09lib: distribute-list ipv6 can be (un)configuredPhilippe Guibert
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-07-01*: update hash_create(), hash_create_size()Quentin Young
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-05lib: Fix missing help stringsDonald Sharp
2017-03-28vtysh: parsing fixes on distribute-listDavid Lamparter
2017-01-09lib: Fixup 'ipv6 distribute-list ... ' cli help stringsDonald Sharp
2016-11-23vtysh: fix some macro breakageDavid Lamparter
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-09-29all: scrubbed some argc CHECK MEsDaniel Walton
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton
2016-09-26lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier
2016-09-26lib: simplify distribute.c's code.Matthieu Boutier
2016-09-23lib: argv update for distribute.c and ns.cDaniel Walton
2016-09-22lib: distribute.c, smux.c, vty.c grammar refactorQuentin Young
2016-09-22Revert "lib: Fixup more files"Daniel Walton
2016-09-20lib: Fixup more filesDonald Sharp
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-02-11quagga: remove babelDaniel Walton
2015-11-23lib: Fixup of NULL calls to XSTRDUPDonald Sharp
2015-08-26Fixup code to use correct XMALLOC operatorsDonald Sharp
2015-05-19lib: lib-warnings.patchDonald Sharp
2014-06-04*: nuke ^L (page feed)David Lamparter
2012-03-25babeld: Initial import, for Babel routing protocol.Paul Jakma
2011-12-18fix set never used warningsStephen Hemminger
2011-12-13lib: spellingDenis Ovsienko