| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
|
|
|
| |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|
|
|
| |
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
|
|
|
|
| |
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
|
|
|
|
|
|
|
| |
egrep is deprecated, please see
https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1
Signed-off-by: Andreas Hasenack <andreas.hasenack@canonical.com>
|
|
|
|
| |
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|
|
|
| |
Signed-off-by: Christian Hopps <chopps@labn.net>
|
|\
| |
| | |
debian, redhat: update changelog for new release
|
| |
| |
| |
| | |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|/
|
|
| |
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|\
| |
| | |
packaging: A couple of fixes for /var/log/frr
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When we do "log file /var/log/frr/something", permissions are set to
0640 (frr:frr), but when the logrotate kicks in, we have 0640 (frr:frrvty).
I believe, we should have a consistent permissions.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
At the moment we set /var/log/frr permissions to 0750 (frr:frr), but the log
file is 0640 (root:adm) (unless logrotated) and that doesn't allow adm group
to even open the directory.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|\ \
| | |
| | | |
Speell more
|
| | |
| | |
| | |
| | | |
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
| |/
| |
| |
| | |
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
|/
|
|
| |
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|
|
|
| |
Signed-off-by: Ville Skyttä <ville.skytta@upcloud.com>
|
|
|
|
| |
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
|
|
|
|
| |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|
|
|
| |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|
|
|
|
|
|
| |
Make the script available as a part of the FRR package install for
ease of use.
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
|
|
|
|
| |
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Ouch, that is a *lot* of places to update...
Signed-off-by: David Lamparter <equinox@diac24.net>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| |
| |
| |
| | |
The Debian autopkgtest would fail with new PAM introduced in Debian bullseye.
Add a little loop to wait a little longer for the changes to propagate.
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
| |
| |
| |
| | |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|/
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|
|
|
|
|
|
|
|
| |
Compile with v2.0.0 tag of `libyang2` branch of:
https://github.com/CESNET/libyang
staticd init load time of 10k routes now 6s vs ly1 time of 150s
Signed-off-by: Christian Hopps <chopps@labn.net>
|
|
|
|
| |
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|
|
|
|
|
|
|
|
|
| |
Most of these are many, many years out of date. All of them vary
randomly in quality. They show up by default in packages where they
aren't really useful now that we use integrated config. Remove them.
The useful ones have been moved to the docs.
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|\
| |
| | |
pceplib: Integrate pcelib into frr
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Brady Johnson <brady@voltanet.io>
Co-authored-by: Javier Garcia <javier.garcia@voltanet.io>
Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
|
|/
|
|
|
|
|
|
|
|
|
| |
This adds _clippy.ELFFile, which provides a fast wrapper around libelf.
The API is similar to / a subset of pyelfutils, which unfortunately is
painfully slow (to the tune of minutes instead of seconds.)
The idea is that xrefs can be read out of ELF files by reading out the
"xref_array" section or "FRRouting/XREF" note.
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
|
|
|
|
|
| |
Scripting must be explicitly enabled now when building packages via the
pkg.frr.lua Debian profile
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|
|
|
| |
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|
|
|
| |
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
|
|
|
|
| |
This reverts commit da3a39ff6a131039ef67e01637333353f3095adb.
|
|
|
|
| |
This reverts commit 4ffb9a4c9ddd0ef3f770c0bc2674c4818331780d.
|
|
|
|
| |
This reverts commit 63c0c8ed89e1564294ff174b819e520d5977f499.
|
|
|
|
| |
This reverts commit cace1d9bf178d447599fe7caa5ccad9a89babe03.
|
|
|
|
|
|
| |
script"
This reverts commit c950a7f214cd713652da1b6b78eca9278c33b448.
|
|
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|