diff options
Diffstat (limited to 'tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json')
| -rw-r--r-- | tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json b/tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json new file mode 100644 index 0000000000..96632d8463 --- /dev/null +++ b/tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json @@ -0,0 +1,14 @@ +{ +  "attr":{ +    "entriesCount":1 +  }, +  "table":[ +    { +      "type":"dynamic", +      "prefix":"192.168.4.0\/24", +      "via":"10.255.255.4", +      "identity":"" +    } +  ] +} +  | 
