diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-02-26 14:40:46 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2025-02-26 14:40:46 +0200 |
commit | 46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (patch) | |
tree | 14eaa7169574fbc5f9fb6d1786d1d864cec318b6 /smoketest/scripts/cli/test_protocols_bgp.py | |
parent | 4ce3b92f92739570233928980622d97220ffce71 (diff) | |
download | vyos-1x-46caac506c2843bf1e1eaeb5d4e0eb9928ce876b.tar.gz vyos-1x-46caac506c2843bf1e1eaeb5d4e0eb9928ce876b.zip |
T7118: Added the ability to redistribute NHRP routes to other protocols
Added the ability to redistribute NHRP routes to:
OSPF
BGP
Babel
RIP
IS-IS
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_bgp.py')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_bgp.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index 0c6d36213..d8d5415b5 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -672,6 +672,10 @@ class TestProtocolsBGP(VyOSUnitTestSHIM.TestCase): 'metric' : '400', 'route_map' : 'redistr-ipv4-kernel', }, + 'nhrp': { + 'metric': '400', + 'route_map': 'redistr-ipv4-nhrp', + }, 'ospf' : { 'metric' : '500', 'route_map' : 'redistr-ipv4-ospf', |