summaryrefslogtreecommitdiffstats
path: root/lib/distribute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* lib: reduce exported var symbolsQuentin Young2019-04-031-1/+1
* *: remove null check before XFREEQuentin Young2019-02-261-16/+11
* *: Rename backet to bucketTim Bray2019-02-251-2/+2
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-63/+92
* lib: distribute-list ipv6 can be (un)configuredPhilippe Guibert2018-11-091-13/+47
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-5/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-371/+370
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-1/+1
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-1/+1
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-7/+7
|/
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+2
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
* *: use vty_outlnQuentin Young2017-06-291-15/+13
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: Fix missing help stringsDonald Sharp2017-04-061-0/+3
* vtysh: parsing fixes on distribute-listDavid Lamparter2017-03-281-8/+8
* lib: Fixup 'ipv6 distribute-list ... ' cli help stringsDonald Sharp2017-01-091-0/+1
* vtysh: fix some macro breakageDavid Lamparter2016-11-231-1/+7
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-155/+183
|\
| * lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier2016-09-261-46/+333
| * lib: simplify distribute.c's code.Matthieu Boutier2016-09-261-172/+126
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-291-2/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+2
* | lib: argv update for distribute.c and ns.cDaniel Walton2016-09-231-7/+3
* | lib: distribute.c, smux.c, vty.c grammar refactorQuentin Young2016-09-221-306/+33
* | Revert "lib: Fixup more files"Daniel Walton2016-09-221-24/+24
* | lib: Fixup more filesDonald Sharp2016-09-211-24/+24
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+4
* quagga: remove babelDaniel Walton2016-02-111-3/+2
* lib: Fixup of NULL calls to XSTRDUPDonald Sharp2015-11-231-4/+8
* Fixup code to use correct XMALLOC operatorsDonald Sharp2015-08-261-18/+18
* lib: lib-warnings.patchDonald Sharp2015-05-201-4/+9
* *: nuke ^L (page feed)David Lamparter2014-06-041-2/+2
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-17/+20
* fix set never used warningsStephen Hemminger2011-12-181-8/+4
* lib: spellingDenis Ovsienko2011-12-131-10/+10
* lib: Better hashing of string values using Bernstein hashStephen Hemminger2011-03-211-9/+4
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-6/+1
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-221-2/+2
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-13/+14
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-14/+17
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-4/+3
* Hasso Tepperpaul2003-04-191-11/+92
* Initial revisionpaul2002-12-131-0/+709