From 5ad273adecb11c82862afe9e8b37d171978545dc Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 28 Feb 2019 09:06:31 -0800 Subject: test/vpp_ip_route.py: Trivial. Remove duplicate key. Change-Id: I2c347daeecd5441b8fe3e3f7527a8e21844668d0 Signed-off-by: Paul Vinciguerra --- test/vpp_ip_route.py | 1 - 1 file changed, 1 deletion(-) 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, -- cgit 1.2.3-korg