summaryrefslogtreecommitdiffstats
path: root/cumulus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-181-1/+0
|\
| * bgpd: Fix for CM-11777 Need Quagga.conf created at quagga installSid Khot2016-08-176-16/+2
| | | | | | | | | | | | Ticket: CM-11777 Reviewed By: CCR-5110 Testing Done: Manual
| * Revert "Remove individual daemon conf files and replace with Quagga.conf"Sid Khot2016-08-166-3/+16
| | | | | | | | This reverts commit f04605f4e5518ca161ee4088895988c4ae050b57.
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-156-16/+3
|\|
| * Remove individual daemon conf files and replace with Quagga.confDinesh G Dutt2016-08-136-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Ticket: CM-11777 Reviewed By: CCR-5096 Testing Done: The recommended, and in many ways the only supported, model for the configuration file of quagga is to use a single Quagga.conf configuration file. However, we weren't shipping with this model, which led to some confusion amongst users. This patch fixes this by removing all individual daemon configuration files and replacing it with the single Quagga.conf file.
* | *: fix trivial build errors on *BSDRenato Westphal2016-08-081-1/+6
|/ | | | Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* Provide example on how to run sudo vtysh show commands without passwordDave Olson2016-06-271-0/+14
| | | | | | | | | Ticket: CM-4709 Reviewed By: dsharp Testing Done: Uncommented, ran show commands See the comments added, and in the bug. Set up for users in group quagga, with NOEXEC to not open security holes.
* Fix build warnings in start-stop-daemon.cDaniel Walton2016-06-211-6/+6
| | | | | | | | Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-11484 (cherry picked from commit 39dcf9acd87b18ab00f9f71ec15fdd89fff4b3c8)
* cumulus: Changes to make this code work for redhatDonald Sharp2016-06-144-0/+1074
| | | | | | Modify code base to allow rpm building. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Fixup of Code to allow pimd to actually run on startupDonald Sharp2016-05-262-0/+7
| | | | | Fixup of various control files to allow quagga to startup properly with pimd actually part of the set
* cumulus: Increase netlink socket buffer sizeDonald Sharp2016-05-201-1/+1
| | | | | | Ticket: CM-10950 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
* debian: Debian fixupsDonald Sharp2016-05-021-0/+31
| | | | | | | | | | | | | | | This commit does two things: 1) Fixes package name to have ...+cl3u1 2) Allows the build to determine if we are building a debian package on a init.d or systemd style system and to do the right thing. 3) Fixed quagga service file naming Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Dave Olson <olson@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
* quagga: remove babelDaniel Walton2016-02-111-1/+0
| | | | | | | | Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
* quagga: remove "cn321" passwords from the default conf file for eachDaniel Walton2016-02-114-8/+0
| | | | | | | | | daemon Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-9269
* quagga netlink buffer size increaseDonald Sharp2015-09-111-1/+1
| | | | | | | | | | | | | | | | Ticket: CM-7380 Reviewed-by: CCR-3478 Testing: See Bug This is a fix to allow the netlink buffer size to grow to a reasonable number over the current 4mb choosen. This number was choosen by running some smoke tests that would fail and experimenting to find a number that worked with those tests and then adding some headroom to that number. This is a bit of a temporary fix due to timelines instead of the real fix which is to write the code to properly recover from a netlink buffer overflow. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Adding following files:Donald Sharp2015-05-207-0/+39
/etc ├── quagga │   ├── bgpd.conf │   ├── debian.conf │   ├── ospf6d.conf │   ├── ospfd.conf │   ├── vtysh.conf │   └── zebra.conf └── sudoers.d └── quagga_sudoers