diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-02-28 09:06:31 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-28 19:03:02 +0000 |
commit | 5ad273adecb11c82862afe9e8b37d171978545dc (patch) | |
tree | 6ed9cf603963682deb4c67547cab41c9aca1a914 | |
parent | 05e18829d98015b9022f01e207bac3aa3cf66ea6 (diff) |
test/vpp_ip_route.py: Trivial. Remove duplicate key.
Change-Id: I2c347daeecd5441b8fe3e3f7527a8e21844668d0
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | test/vpp_ip_route.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py index b3d12938d99..ac1ada6e384 100644 --- a/test/vpp_ip_route.py +++ b/test/vpp_ip_route.py @@ -317,7 +317,6 @@ class VppRoutePath(object): def encode(self): return {'next_hop': self.nh_addr, 'weight': 1, - 'afi': 0, 'preference': 0, 'table_id': self.nh_table_id, 'next_hop_id': self.next_hop_id, |