-
Notifications
You must be signed in to change notification settings - Fork 830
Bslawomir330 patch 1 #1044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
bslawomir330
wants to merge
1
commit into
openembedded:scarthgap
from
bslawomir330:bslawomir330-patch-1
Closed
Bslawomir330 patch 1 #1044
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...g/recipes-protocols/frr/frr/0002-tools-update-frr-reload.py-path-to-usr-libexec-frr.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| From: Sławomir Błaszczyk <bslawomir330@gmail.com> | ||
| Date: Tue, 07 Apr 2026 13:54:00 +0200 | ||
| Subject: [PATCH] tools: update frr-reload.py path to /usr/libexec/frr/ | ||
|
|
||
| Upstream-Status: Submitted [https://github.com/openembedded/meta-openembedded/pull/1044] | ||
| --- | ||
| tools/frr-reload | 4 ++-- | ||
| 1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
|
||
| diff --git a/tools/frr-reload b/tools/frr-reload | ||
| index 75b31d0622..eb784da3d6 100755 | ||
| --- a/tools/frr-reload | ||
| +++ b/tools/frr-reload | ||
| @@ -1,7 +1,7 @@ | ||
| #!/bin/sh | ||
|
|
||
| -if test -e /usr/lib/frr/frr-reload.py; then | ||
| - exec /usr/lib/frr/frr-reload.py --reload /etc/frr/frr.conf | ||
| +if test -e /usr/libexec/frr/frr-reload.py; then | ||
| + exec /usr/frrexec/frr-reload.py --reload /etc/frr/frr.conf | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't look like this has been tested. |
||
| fi | ||
| >&2 echo "Please install frr-pythontools package. Required for reload" | ||
| exit 1 | ||
| -- | ||
| 2.41.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Submitted is for patches submitted upstream. This is a valid issue and the status should be Pending. At the very least, it should be reported upstream. This would also need your Signed-off-by.