diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-25 14:23:37 +0000 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-03-01 11:19:40 +0000 |
commit | 933f6fd1af59ffede0f1e51ca67b6913fb9a27e8 (patch) | |
tree | 39edf8e3607f58d3f2e793bb2d9355219be884bb /resources/libraries/robot/vrf.robot | |
parent | 9b9a6e379bfb8a7b99a66fba1940e5d2c31df4e5 (diff) |
Remove unused VRF paramter from IP neighbour Add/del
Change-Id: I4a348c696e4cacbf5aa0723f2b8070bbcce7666c
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'resources/libraries/robot/vrf.robot')
-rw-r--r-- | resources/libraries/robot/vrf.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/vrf.robot b/resources/libraries/robot/vrf.robot index b741e4a533..ef6091ec89 100644 --- a/resources/libraries/robot/vrf.robot +++ b/resources/libraries/robot/vrf.robot @@ -67,9 +67,9 @@ | | ... | ${node} | ${vrf_src_if} | ${table} | | ... | | Add IP Neighbor | ${node} | ${vrf_src_if} -| | ... | ${src_if_ip} | ${src_if_mac} | vrf=${table} +| | ... | ${src_if_ip} | ${src_if_mac} | | Add IP Neighbor | ${node} | ${route_interface} -| | ... | ${route_gateway_ip} | ${route_gateway_mac} | vrf=${table} +| | ... | ${route_gateway_ip} | ${route_gateway_mac} | | ... | | Vpp Route Add | ${node} | ${route_dst_ip} | ${prefix_len} | | ... | ${route_gateway_ip} | ${route_interface} | vrf=${table} |