mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
tests: fix prefix length in nhrp_redundancy
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: https://github.com/FRRouting/frr/issues/16690
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit cfb057ae3c
)
This commit is contained in:
parent
5af6b5875f
commit
33b216e16b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"5.5.5.5\/32": [
|
||||
"5.5.5.0\/24": [
|
||||
{
|
||||
"prefix": "5.5.5.5\/32",
|
||||
"prefix": "5.5.5.0\/24",
|
||||
"protocol": "nhrp",
|
||||
"vrfId": 0,
|
||||
"vrfName": "default",
|
||||
|
Loading…
Reference in New Issue
Block a user