| Age | Commit message (Collapse) | Author |
|
|
|
Add FRR patch for better MACVLAN support in FRR code.
|
|
|
|
Rework BGP-LS megapatch to include all latest work on BGP-LS
Rebase patches:
* 0021-pathd-add-optional-protocol-to-no-mpls-te-import.patch
* 0022-pathd-add-optional-parameters-to-no-index-cmd.patch
Delete patches already merged into 10.6.1:
* 0008-isis-fix-advertise-passive-only-routes-install.patch
* 0009-T7909-eigrp-malformed-update-fix.patch
* 0010-bgp-Support-multiple-labels-in-BGP-LU.patch
* 0011-zebra-add-CLI-no-versions-for-max-bw-and-others.patch
* 0014-Simplify-and-cleanup-mgmtd.patch
|
|
7735ca88019a4fc6a9affee9df276b9c99773148
pathd: add optional parameters to `no index` cmd
d421a3360bdb6eba18777388325b003b8bc985bc:
pathd: add optional protocol to 'no mpls-te import'
Both are upstream
|
|
|
|
|
|
The patch
0018-zebra-Ensure-FRR-does-not-see-duplicate-local-routes.patch
is already in FRR 10.5, in commit b342bc23ce128520722c078e501ef2b410140632,
so removing it.
|
|
Add zebra patch from upstream
|
|
Updated commit_id for frr package to a specific commit.
|
|
Add FRR patch with adding 'no traffic-eng' command and other pathd
fixes. See commit description in patch file for full info.
|
|
Patch adds command 'no encapsulation' under segment-routing/srv6
|
|
|
|
|
|
Add https://github.com/FRRouting/frr/pull/20088
This PR fixes some crashes and lock problems in mgmtd.
|
|
|
|
|
|
Need several patches:
0012-Revert-tools-Allow-deleting-of-interfaces.patch:
Reverts change in frr-reload.py that runs 'no interface' command when
all configuration of interface is deleted. When interface is still
active this leads to lots of errors.
0013-Revert-bgpd-Ensure-incorrect-GR-config-isn-t-display.patch:
Reverts change that FRR doesn't show graceful-reastart configuration for
peer groups.
|
|
Add FRR patch with '[no]' versions for commands:
* max-bw
* max-rsv-bw
* unrsv-bw
Without these frr-reload failes after deletion of link-params with these commands.
|
|
Added patch patches/frr/0010-bgp-Support-multiple-labels-in-BGP-LU.patch
It is in FRR upstream master (17a082ee3a5d1295c27323773c523c945af12c3d),
rebased on 10.2
|
|
This patch fixes the crashes happening upon receipt of malformed update packets carrying routes other than IPv4 Internal routes. For packets carrying IPv4 Inernal routes, a subsequent patch is required
|
|
The patch 0008-isis-fix-advertise-passive-only-routes-install.patch
fixes installing routes even when advertise-passive-only is
enabled.
Previously active circuits were ignored completely, patch
makes isisd just not to advertise prefixes from active circuits,
but install routes from them and do all other processing.
FRR PR: https://github.com/FRRouting/frr/pull/19593
|
|
The patch 0007-zebra-remove-kernel-route-on-last-address-deletion.patch
fixes root cause of the issue: Zebra didn't do anything on last
IPv4 address deletion though kernel in such case deletes all IPv4
routes.
FRR PR: https://github.com/FRRouting/frr/pull/19564
|
|
Cherry-pick 84b4b6300585d0747d9794ee2f7c96920ce4a02c as
patch 0006-ospfd-support-table-direct-redistribution.patch
to support `table-direct` in ospf redistribute
|
|
T7639: Add patches to fix FRR reload for IS-IS segment routing
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
|
|
|
|
Fix error:
dpkg-checkbuilddeps: error: Unmet build dependencies: libc-ares-dev
|
|
This prevents the accidental applying of a patch to multiple source directories
defined in package.toml.
Example FRR:
Package consits of build instructions for libyang, rtrlib and frr itself.
Previously patches in frr/patches folder got applied to libyang, rtrlib and frr
which made no sense and could also fail a build.
|
|
|
|
|
|
|
|
|
|
|
|
Add build scripts for .deb packages without Jenkins.
To exclude Jenkins we need some place where we can put new builds-scripts
to run in parallel (old/new) during meantime
We will deprecate old Jenkins package builds in the future.
|