commit af54901405474b0623bda1899424ec18a3240c71 (origin/pr/16640)
Author: Louis Scalbert <louis.scalbert@6wind.com>
Date: Fri Aug 23 16:05:45 2024 +0200
nhrpd: fix sending /32 shortcut
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
latest master
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
[X] I have searched the open issues for this bug.
[X] I have not included sensitive information in this report.
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