summaryrefslogtreecommitdiffstats
path: root/watchfrr (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: generously apply constDavid Lamparter2019-12-021-2/+2
* lib, watchfrr: Add some additional status messages to systemdDonald Sharp2019-10-041-0/+12
* watchfrr: Convert `wtf` to a more meaningful messageDonald Sharp2019-09-161-1/+3
* watchfrr: Allow end users to turn off watchfrr for a particular daemonDonald Sharp2019-09-164-1/+57
* *: fix some dumb printf format warningsDavid Lamparter2019-06-111-4/+5
* *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-051-1/+1
* *: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp2019-06-041-1/+4
* watchfrr: build in defaults for -r/-s/-kDavid Lamparter2019-02-191-1/+13
* watchfrr: don't wait forever at startupDavid Lamparter2019-02-191-11/+38
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* watchfrr: add status commandDavid Lamparter2018-12-063-1/+41
* watchfrr: immediately try connecting after startDavid Lamparter2018-12-061-1/+24
* watchfrr: don't wait around pointlessly at startupDavid Lamparter2018-12-061-4/+21
* watchfrr, lib: cleanup & delay detachingDavid Lamparter2018-10-022-100/+69
* watchfrr: Modify some stderr messages to zlog_warnDonald Sharp2018-09-253-3/+11
* *: style for EC replacementsQuentin Young2018-09-131-12/+12
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-9/+9
* watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRRQuentin Young2018-09-133-7/+7
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-15/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* watchfrr: fix global restartChristian Franke2018-08-251-0/+3
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-27/+28
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-14/+14
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+23
* watchfrr: Add WATCHFRR_ERR_XXX for zlog_err to zlog_ferrDonald Sharp2018-08-144-32/+123
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* watchfrr, vtysh: do not write config during crashQuentin Young2018-03-213-1/+31
* Merge pull request #1514 from donaldsharp/watchfrrMartin Winter2017-12-121-1/+1
|\
| * tools, watchfrr: Modify timeout to 90 secondsBrian Rak2017-12-041-1/+1
* | watchfrr: Fail gracefully if fopen failsDonald Sharp2017-12-051-1/+2
|/
* *: watchfrr needs 'show debugging' DEFUNDaniel Walton2017-09-201-0/+12
* build: non-recursive watchfrr & toolsDavid Lamparter2017-09-074-12/+28
* Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp2017-08-092-249/+83
|\
| * watchfrr: print specific error for removed optionsDavid Lamparter2017-08-091-1/+11
| * watchfrr: remove STATEDIR preprocessor defineDavid Lamparter2017-08-092-16/+8
| * doc: update watchfrr manpageDavid Lamparter2017-08-021-2/+1
| * watchfrr: remove -z optionDavid Lamparter2017-08-021-16/+6
| * watchfrr: remove -e optionDavid Lamparter2017-08-021-12/+2
| * watchfrr: remove abundance of modesDavid Lamparter2017-08-021-210/+63
* | watchfrr: hide systemd message if not systemd availableJorge Boncompte2017-08-041-0/+2
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-173-254/+266
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-1/+1
|\
| * watchfrr: fix error messageJafar Al-Gharaibeh2017-07-121-1/+1
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-2/+2
|/
* *: use vty_outlnQuentin Young2017-06-291-4/+3