]> git.puffer.fish Git - mirror/frr.git/commit
tests: use private addresses in nhrp_redundancy 16719/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:52:49 +0000 (14:52 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Sep 2024 11:18:16 +0000 (11:18 +0000)
commit322528f9ad81e9f53ad37f63d6dedcb3ace257e2
tree9c45d4ebb57b59f1ab4d193511a7ed51d25ef863
parentd46ad2257c1b68934ec1d8e2799ddf842e3d8e68
tests: use private addresses in nhrp_redundancy

Use private addresses in nhrp_redundancy.

> cd tests/topotests/nhrp_redundancy
> git grep 176.16  | cut -f1 -d: | uniq | xargs -L1 sed -e 's|176.16|172.16|g' -i
> git grep 5.5.5.  | cut -f1 -d: | uniq | xargs -L1 sed -e 's|5.5.5.|10.5.5.|g' -i
> git grep 4.4.4  | cut -f1 -d: | uniq | xargs -L1 sed -e 's|4.4.4.|10.4.4.|g' -i

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit 995f6b8f16122fa63d470592263c82045823f80d)
29 files changed:
tests/topotests/nhrp_redundancy/host/zebra.conf
tests/topotests/nhrp_redundancy/nhc1/nhrp_cache.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_cache_nhs1_down.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_route.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_nhs1_down.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_shortcut.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_route_shortcut_nhs1_down.json
tests/topotests/nhrp_redundancy/nhc1/nhrp_shortcut_present.json
tests/topotests/nhrp_redundancy/nhc1/zebra.conf
tests/topotests/nhrp_redundancy/nhc2/nhrp_cache.json
tests/topotests/nhrp_redundancy/nhc2/nhrp_cache_nhs1_down.json
tests/topotests/nhrp_redundancy/nhc2/nhrp_route.json
tests/topotests/nhrp_redundancy/nhc2/nhrp_route_nhs1_down.json
tests/topotests/nhrp_redundancy/nhc2/zebra.conf
tests/topotests/nhrp_redundancy/nhs1/nhrp_cache.json
tests/topotests/nhrp_redundancy/nhs1/nhrp_route.json
tests/topotests/nhrp_redundancy/nhs1/zebra.conf
tests/topotests/nhrp_redundancy/nhs2/nhrp_cache.json
tests/topotests/nhrp_redundancy/nhs2/nhrp_cache_nhs1_down.json
tests/topotests/nhrp_redundancy/nhs2/nhrp_route.json
tests/topotests/nhrp_redundancy/nhs2/nhrp_route_nhs1_down.json
tests/topotests/nhrp_redundancy/nhs2/zebra.conf
tests/topotests/nhrp_redundancy/nhs3/nhrp_cache.json
tests/topotests/nhrp_redundancy/nhs3/nhrp_cache_nhs1_down.json
tests/topotests/nhrp_redundancy/nhs3/nhrp_route.json
tests/topotests/nhrp_redundancy/nhs3/nhrp_route_nhs1_down.json
tests/topotests/nhrp_redundancy/nhs3/zebra.conf
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.dot
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py