-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Recent commit breaks nhrp_redundancy topotest #16690
Labels
triage
Needs further investigation
Comments
@louis-6wind this is your commit that exhibits this problem. This must be fixed or we will back out the above commit. |
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Aug 30, 2024
The expected prefix should be 5.5.5.0/24 otherwise the hosts behind NHRP client 1 nhc1 (aka. r5) are not reachable via NHRP. The issue was not seen in the FRR official CI because the tests were skipped because iptables were missing in CI machines. It solves the 16690 issue. Fixes: FRRouting#16690 Signed-off-by: Louis Scalbert <[email protected]>
Thank you @donaldsharp for noticing. The test was incorrect |
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Aug 30, 2024
The expected prefix should be 5.5.5.0/24 otherwise the hosts behind NHRP client 1 nhc1 (aka. r5) are not reachable via NHRP. The issue was not seen in the FRR official CI because the tests were skipped because iptables were missing in CI machines. It solves the 16690 issue. Fixes: FRRouting#16690 Signed-off-by: Louis Scalbert <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Sep 2, 2024
The expected prefix should be 5.5.5.0/24 otherwise the hosts behind NHRP client 1 nhc1 (aka. r5) are not reachable via NHRP. The issue was not seen in the FRR official CI because the tests were skipped because iptables were missing in CI machines. It solves the 16690 issue. Fixes: #16690 Signed-off-by: Louis Scalbert <[email protected]> (cherry picked from commit cfb057a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This commit:
Has broken nhrp_redundancy topotest. This is because the test was looking for iptables but the coder and the CI system does not have it installed so the test is being skipped.
This commit needs to either be fixed ( so the test passes again ) or the test needs to be fixed, if it is wrong.
Additionally the ci system will add the iptables package and this test will start failing so this must be fixed.
Version
How to reproduce
run nrhp_redundancy with iptables installed
Expected behavior
test to pass
Actual behavior
test does not pass
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: