summaryrefslogtreecommitdiff
path: root/tools/.gitignore
AgeCommit message (Collapse)Author
2021-03-27build: ignore frr-llvm-cg binaryDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2020-10-30tools: add PIDFile option in frr.serviceEmanuele Bovisio
when type is forking, it is recommended to also use the PIDFile= option, so that systemd can reliably identify the main process of the service. Signed-off-by: Emanuele Bovisio <emanuele.bovisio@eolo.it>
2018-12-06debian/tools: new init scriptDavid Lamparter
This separates the init script used for the system (and called in the systemd unit file) from the script that watchfrr uses to control daemons. Mixing these two caused the entire thing to become a rather huge spaghetti mess. Note that there is a behaviour change in that the new script always starts zebra regardless of zebra_enable. Side changes: - Ubuntu 12.04 removed from backports since it doesn't work anyway - zebra is always started regardless of zebra_enable. To disable FRR, the entire init script should be disabled through policy. - no-watchfrr operation is no longer supported by the scripts in the Debian packages. (This is intentional.) Signed-off-by: David Lamparter <equinox@diac24.net>
2018-10-27lib: introduce new northbound APIRenato Westphal
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2018-09-28tools: Update .gitignoreChristian Franke
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2018-09-08*: cleanup .gitignore filesDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2017-09-07build: non-recursive watchfrr & toolsDavid Lamparter
(also forgot to remove AC_SUBST(ISISD) earlier) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2017-05-11tools: update .gitignoreChristian Franke
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2016-10-02tools: add copyright header & usage to permutationsQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2016-10-02tools: add command permutations generatorQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2008-08-22[administrivia] Git should ignore backup files and .loT filesPaul Jakma
2008-08-22[administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma