summaryrefslogtreecommitdiffstats
path: root/redhat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: non-recursive auxiliary directoriesDavid Lamparter2017-07-311-5/+0
| | | | | | | Flatten {m4,pkgsrc,python,redhat,snapcraft}/Makefile.am into the main one. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* redhat: Make the init script flush routes for all associated protocols on stopBrian Rak2017-07-251-0/+12
|
* redhat: Add missing pimd & babels to startup scripts and configMartin Winter2017-07-122-1/+5
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-06-291-12/+14
|\
| * redhat: Fix fallout from PR722 (accidently disabled PIMd on non-Redhat systems)Martin Winter2017-06-281-2/+2
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat/frr.spec.in: Avoid expand when possibleTimothy Redaelli2017-06-151-11/+13
| | | | | | | | expand + running shell commands doesn't work very well when building on mock
* | redhat: On CentOS/RedHat 6, use python27-devel from iuscommunity.orgMartin Winter2017-06-281-1/+7
| | | | | | | | | | | | | | | | FRR requires now Python 2.7 development libraries, but CentOS 6 does not provide this (not in main and not in EPEL library) This is only a build limitation. Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* | redhat: python-devel is now a build requirement for main packageMartin Winter2017-06-281-1/+1
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* | babeld/eigrpd: flip VTY ports & fix rpmDavid Lamparter2017-06-131-3/+21
| | | | | | | | | | | | | | babeld was 2609 previously, and this was still marked in SERVICES. Let's flip it back before we have a release out with it. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* | redhat: Cleanup more merge fixes and add nhrpd/eigrpd to red hat packageMartin Winter2017-06-065-33/+77
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* | redhat: Remove accidental leftover HEAD tag from mergeMartin Winter2017-06-051-1/+0
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-06-0517-1079/+943
|\|
| * redhat/frr.spec.in: Fix postun script for Fedora.Martin Winter2017-06-041-0/+1
| | | | | | | | | | | | Fedora uninstall showed some non-fatal postun script error because of an empty if which only applied to other distro's 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: Disallow reload function for unsupported systemsMartin Winter2017-05-221-6/+4
| | | | | | | | | | | | | | Before the change, a reload triggered a restart if the python reload script wasn't installed or for non-integrated configs With this change, the reload is rejected with an error in this case (and suggests the installation of the python script package) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: fix previous merge. initsystem detection should now work for mock ↵Martin Winter2017-05-221-2/+2
| | | | | | | | | | | | builds and native builds on systemd based systems Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: use %initsystem check that works when chrootedsmccroskey2017-04-281-1/+1
| | | | | | | | | | | | | | | | `systemctl' returns different, non-useful output while in a chroot. Switch to checking if /sbin/init is a symlink to the systemd binary. With this change the build works in a mock chroot. Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
| * 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: redirect reload function in frr init script to restart if reload ↵Martin Winter2017-04-201-2/+10
| | | | | | | | | | | | script is not installed (fixes systemctl restart) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: fix duplicate Requires: line in spec fileMartin Winter2017-04-201-2/+1
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Fix BuildRequires for FRR/2.0 and duplicate /etc/frr/daemonsMartin Winter2017-04-201-6/+6
| | | | | | | | | | | | | | | | | | - add make & gcc - remove autoconf and automake (not needed to build from src.rpm) - fix texi2html version detection for case when no texi2html is installed (broke yum-builddep) - fix duplicate listing of /etc/frr/daemons 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 upgrade script (%postun), remove invalid mpls package selection ↵Martin Winter2017-04-181-81/+9
| | | | | | | | | | | | (it's always built and auto detected), add ldpd Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Add frr.service file for redhat based systemd systems (using init ↵Martin Winter2017-04-183-9/+44
| | | | | | | | | | | | script) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: /etc/frr/daemons needs to be marked as no replace config to be save ↵Martin Winter2017-04-151-1/+1
| | | | | | | | | | | | from overwriting Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Add (combined) init.d script for FRR with daemon selection based on ↵Martin Winter2017-04-1515-785/+626
| | | | | | | | | | | | | | | | | | /etc/frr/daemons - Provide new frr init script - Remove separate per-deamon init.d scripts Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Add python2 build requirement to pythontools sub packageMartin Winter2017-04-141-0/+1
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Fix previously added centos6/redhat6 checkMartin Winter2017-04-141-1/+1
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Fix install (daemon selection) and make postun scripts compatible ↵Martin Winter2017-04-141-25/+45
| | | | | | | | | | | | with fedora Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Always disable PIMd on CentOS 6 and RedHat 6 systems as they are too ↵Martin Winter2017-04-141-6/+38
| | | | | | | | | | | | old to correctly support the protocol Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Move frr-reload python script to it's own sub package to avoid the ↵Martin Winter2017-04-141-3/+14
| | | | | | | | | | | | python2 requirement for main frr package Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Don't set file attributes for symlinksMartin Winter2017-04-141-2/+3
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Fix ospf6d typo in frr.spec.inMartin Winter2017-04-141-1/+1
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| * redhat: Fix dependencies for rpm packageMartin Winter2017-04-132-5/+15
| | | | | | | | | | | | | | | | - 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: Remove tab's with spaces in frr.spec.in to make it better readableMartin Winter2017-04-131-222/+222
| | | | | | | | 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 debian.conf -> daemons.confDonald Sharp2017-05-041-1/+1
| | | | | | | | | | | | | | The debian.conf file is to specific of a name towards debian distributions. Rename to be daemons.conf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | redhat: Remove references to cumulus directoryDonald Sharp2017-05-041-4/+4
| | | | | | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | Merge branch 'stable/2.0'David Lamparter2017-04-042-12/+12
|\| | | | | | | | | | | Fixed minor conflicts from "defaults" change on stable. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| * Rename: freerangerouting --> frroutingLou Berger2017-03-302-3/+3
| | | | | | | | Signed-off-by: Lou Berger <lberger@labn.net>
| * Rename: FreeRangeRouting FRRoutingLou Berger2017-03-302-7/+7
| | | | | | | | Signed-off-by: Lou Berger <lberger@labn.net>
| * *: Add missing files to gitignoreChristian Franke2017-02-131-1/+1
| |
* | redhat/frr.spec.in: fix typoLou Berger2017-04-031-1/+1
| | | | | | | | Signed-off-by: Lou Berger <lberger@labn.net>
* | distro/redhat: package nhrpdTimo Teräs2017-03-071-4/+28
| | | | | | | | | | | | Signed-off-by: Timo Teräs <timo.teras@iki.fi> [DL: adapted for FRR, changed port number 2612->2610] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-2/+2
|\|
| * redhat: Fix spec file changelog to use automatic version for last entryMartin Winter2017-01-191-2/+2
| | | | | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* | redhat: update .gitignoreQuentin Young2017-01-091-1/+1
|/ | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* redhat: rename project from Quagga to FRRMartin Winter2017-01-0617-196/+197
| | | | | | Rename all instances of Quagga to FRR in red hat package files Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* debian: Convert Quagga -> FrrDonald Sharp2017-01-041-7/+7
| | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-045-51/+51
| | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>