Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redhat: Add fabricd to RPM package | Martin Winter | 2018-09-05 | 1 | -0/+8 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | bfdd: wire to the build process | Rafael Zalamena | 2018-08-08 | 1 | -0/+7 |
| | | | | | | | | | Add BFD daemon to the build process and packaging instructions. Currently the bfdd daemon does nothing, this is just to document how the daemon insertion step occured. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> | ||||
* | Switch to using syslog for logging as the default | Dave Olson | 2017-07-31 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | Switch to using syslog as the default logging mechanism, rather than the log file mechanism. Send SIGHUP to syslog (any process with syslog in the name) if they have files open in /var/log/frr/* (for debian, using lsof). For redhat, add sending HUP to any of the pids in /var/run/*syslog*pid, for /var/log/frr/frr.log Updated logrotate.d/frr to handle all the new daemons for debian; redhat already had them. Continue to send SIGUSR1 to all running frr daemons even when syslog is in use, in case logging has been switched from file to syslog or vice versa. For debian, accumulate all the PIDs and use a single kill command. Add /etc/rsyslogd.d/45-frr.conf to have all frr daemons (and tag frr) logs go to /var/log/frr/frr.log. If other syslog daemons are used, logs will go to default log file. Signed-off-by: Dave Olson <olson@cumulusnetworks.com> | ||||
* | redhat: Cleanup more merge fixes and add nhrpd/eigrpd to red hat package | Martin Winter | 2017-06-06 | 1 | -0/+17 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | redhat: rename project from Quagga to FRR | Martin Winter | 2017-01-06 | 1 | -0/+63 |
Rename all instances of Quagga to FRR in red hat package files Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> |