diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-29 08:20:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-29 08:20:13 +0200 |
commit | 98a072a8d8d95a8a15353b0b771d1724a5520353 (patch) | |
tree | 69da7665b6d75e604ae8a6f7db7cae95f0051e7c | |
parent | 8f3c9b4a803f5e5c7baa60ecc21a24c57eefc70b (diff) | |
download | vyos-1x-98a072a8d8d95a8a15353b0b771d1724a5520353.tar.gz vyos-1x-98a072a8d8d95a8a15353b0b771d1724a5520353.zip |
smoketest: T5161: add IPv6 static route BFD tests
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_static.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_protocols_static.py b/smoketest/scripts/cli/test_protocols_static.py index fbf336f1a..275f1a1df 100755 --- a/smoketest/scripts/cli/test_protocols_static.py +++ b/smoketest/scripts/cli/test_protocols_static.py @@ -69,6 +69,8 @@ routes = { '2001:db8::1' : { 'distance' : '10' }, '2001:db8::2' : { 'distance' : '20', 'interface' : 'eth0' }, '2001:db8::3' : { 'distance' : '30', 'disable' : '' }, + '2001:db8::4' : { 'bfd' : '' }, + '2001:db8::5' : { 'bfd_source' : '2001:db8::ffff' }, }, 'interface' : { 'eth0' : { 'distance' : '40', 'vrf' : 'black' }, |