summaryrefslogtreecommitdiffstats
path: root/redhat/README.rpm_build.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: move SPHINXBUILD= to configure in rpm buildDavid Lamparter2018-09-091-2/+3
| | | | | | Need to pass this on configure now to work properly. Signed-off-by: David Lamparter <equinox@diac24.net>
* Update RPM building instructionsWilhelm Wijkander2018-09-091-4/+3
|
* redhat: Add RPKI comment on build instructionsMartin Winter2018-03-171-0/+5
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* doc: Update CentOS6 doc to use puias repo for updated sphinxMartin Winter2018-03-131-1/+1
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Fix doc by removing outdated package information and point to main ↵Martin Winter2017-10-211-8/+3
| | | | | | doc/ directory for it Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-1/+0
| | | | | | | | | | | | | | | | | | This adds "@tcp" as new choice on the -z option present in zebra and the protocol daemons. The --enable-tcp-zebra option on configure is no longer needed, both UNIX and TCP socket support is always available. Note that @tcp should not be used by default (e.g. in an init script), and --enable-tcp-zebra should never have been in any distro package builds, because **** TCP-ZEBRA IS A SECURITY PROBLEM **** It allows arbitrary local users to mess with the routing table and inject bogus data -- and also ZAPI is not designed to be robust against attacks. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* redhat: Cleanup more merge fixes and add nhrpd/eigrpd to red hat packageMartin Winter2017-06-061-0/+2
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Fix missing packages in requirements section of READMEMartin Winter2017-05-221-1/+2
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: fix README for rpm package buildMartin Winter2017-04-201-26/+31
| | | | | | | - correct requirements - add comment on bison 2.7 installation on CentOS 6 Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Update documentation for RPM build and usageMartin Winter2017-04-181-41/+17
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Fix dependencies for rpm packageMartin Winter2017-04-131-2/+10
| | | | | | | | - Add bison, flex & autoconf - Remove systemd for systems without it (i.e. CentOS 6) - Update doc to reflect dependencies Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Replace tab's with spaces in READMEMartin Winter2017-04-131-71/+69
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* Rename: freerangerouting --> frroutingLou Berger2017-03-301-1/+1
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* Rename: FreeRangeRouting FRRoutingLou Berger2017-03-301-1/+1
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* redhat: rename project from Quagga to FRRMartin Winter2017-01-061-15/+15
| | | | | | Rename all instances of Quagga to FRR in red hat package files Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-041-6/+6
| | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* distro/redhat: add mpls and ldpdRenato Westphal2016-09-231-0/+2
|
* distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemdMartin Winter2016-05-261-0/+128
* redhat/quagga.spec.in: Update to support CentOS, RHEL and Fedora, and support the various init systems across different versions of these distros, e.g. upstart/init/systemd. Clean up various warnings from rpmlint. Remove configure options that are gone. A few edits and commit message by: Paul Jakma <paul.jakma@hpe.com> / <paul@jakma.org> (cherry picked from commit a5efdb60905049e1224a020b78dd9699bdd15b29)