]> git.puffer.fish Git - matthieu/frr.git/commit
tests: use private addresses in nhrp_redundancy
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:52:49 +0000 (14:52 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 14:24:58 +0000 (16:24 +0200)
commit995f6b8f16122fa63d470592263c82045823f80d
tree83e4c4ea94de3f7c5774c914cd5873cda3bba08a
parent7f587c9c9d0291bae775cc0c3e2c8c7f8267407c
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>
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