summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_static.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_protocols_static.py b/smoketest/scripts/cli/test_protocols_static.py
index 017618cbb..a049020a4 100755
--- a/smoketest/scripts/cli/test_protocols_static.py
+++ b/smoketest/scripts/cli/test_protocols_static.py
@@ -74,6 +74,18 @@ routes = {
'blackhole' : {},
'reject' : { 'distance' : '10', 'tag' : '200' },
},
+ '100.67.0.0/16': {
+ 'interface': {
+ 'eth1': {'segments': '2001:db8:aaaa::700'},
+ },
+ },
+ '100.68.0.0/16': {
+ 'next_hop': {
+ '192.0.2.100': {
+ 'segments': '2001:db8:aaaa::400/2002::400/2003::400/2004::400'
+ },
+ },
+ },
'2001:db8:100::/40' : {
'next_hop' : {
'2001:db8::1' : { 'distance' : '10' },