summaryrefslogtreecommitdiffstats
path: root/babeld (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-26lib: STAILQ_FOREACH_SAFE never gives a null elemQuentin Young1-1/+1
2019-02-26*: compare pointer types to NULL, not 0Quentin Young4-8/+8
2019-02-26*: do not check XMALLOC / XCALLOC for null retQuentin Young14-72/+0
2019-02-26*: use array_size instead of raw divisionQuentin Young12-56/+38
2019-02-26*: remove unnecessary semicolon from switchesQuentin Young5-7/+7
2019-02-26*: remove useless return variablesQuentin Young6-22/+9
2019-02-26*: return bool from boolean functionsQuentin Young5-7/+7
2019-02-26*: use proper bool initializers & fix comparisonsQuentin Young11-16/+16
2019-02-25lib: add compatibility #define for hash_backetQuentin Young1-0/+5
2019-02-25ospfd: fix link MTU warning styleQuentin Young2-7/+3
2019-02-25*: Rename backet to bucketTim Bray34-323/+323
2019-02-24zebra: Fix use after free in rib_process_resultDonald Sharp1-2/+3
2019-02-22bgpd: Fix compile warning -> errorDonald Sharp1-4/+3
2019-02-21zebra: unlock route-node in dplane results handlerMark Stapp1-0/+2
2019-02-21bgpd: fix the add-path code to understand the mpls-vpn safiRenato Westphal1-22/+61
2019-02-21bgpd: fix null pointer dereference bugRenato Westphal1-2/+3
2019-02-21isisd: fix crash when entering "no ip[v6] router isis" twiceRenato Westphal1-11/+12
2019-02-21pbrd: add missing newline at the end of warning messageRenato Westphal1-1/+1
2019-02-21pbrd: fix removal of ipv6 nexthopsRenato Westphal1-2/+2
2019-02-21lib: Allow DEFPY_HIDDEN to exist in vtyshDonald Sharp1-0/+3
2019-02-21pimd: Add 'test pim keepalive-reset A.B.C.D A.B.C.D' commandDonald Sharp1-1/+52
2019-02-19bgpd: make valgrind suppression more genericDavid Lamparter1-4/+0
2019-02-19lib: yang: use common yang_ctx_new_setup()David Lamparter3-7/+31
2019-02-19tools: fix new init script wrt. multi-instanceDavid Lamparter1-5/+8
2019-02-19doc: update for new daemons settingsDavid Lamparter2-37/+23
2019-02-19watchfrr: build in defaults for -r/-s/-kDavid Lamparter6-5/+25
2019-02-19debian: remove superseded systemd lintian overrideDavid Lamparter1-4/+0
2019-02-19debian: update libyang dependency to >= 0.16.74David Lamparter1-1/+1
2019-02-19debian: fix autopkgtestDavid Lamparter3-9/+9
2019-02-19debian: add missing Conflicts:David Lamparter1-1/+14
2019-02-19debian: remove bogus libjson0 dependencyDavid Lamparter1-2/+1
2019-02-19debian: extend comments on pre/postinst hooksDavid Lamparter2-2/+13
2019-02-19tools/tarsource.sh: deal with AC_INIT []David Lamparter1-0/+2
2019-02-19tools/tarsource.sh: support FRR as a git submoduleDavid Lamparter1-1/+1
2019-02-19debian: add libyang-dev dependencyDavid Lamparter1-0/+1
2019-02-19debian: Don't create homdirectory for frr userMartin Winter1-0/+1
2019-02-19doc: Fix path and order in debian package build docMartin Winter1-11/+11
2019-02-19debian/control: add python3-dev dependencyDavid Lamparter1-0/+1
2019-02-19tools: don't watch nonexistent daemonsDavid Lamparter1-0/+3
2019-02-19watchfrr: don't wait forever at startupDavid Lamparter1-11/+38
2019-02-19debian: fix dropping daemons.confDavid Lamparter2-4/+5
2019-02-19debian: rework autopkgtestsDavid Lamparter5-32/+76
2019-02-19tools/tarsource.sh: keep version info on non-gitDavid Lamparter1-0/+3
2019-02-19tools: update build-debian-package.shDavid Lamparter1-28/+15
2019-02-19debian: keep working nicely with split configDavid Lamparter3-1/+74
2019-02-19debian: chop down & rework maintainer scriptsDavid Lamparter4-136/+99
2019-02-19debian: add python3-pytest build dependencyDavid Lamparter1-0/+1
2019-02-19tools/tarsource.sh: fix GZIP_ENVDavid Lamparter1-1/+1
2019-02-19debian: drop unused lintian overridesDavid Lamparter2-8/+0
2019-02-19debian: full & proper copyright fileDavid Lamparter1-1/+227