aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_ip_route.py
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2018-01-09 04:11:28 -0800
committerDave Wallace <dwallacelf@gmail.com>2018-01-09 17:02:17 +0000
commitf453a10cd4575f4d0a0467a4d61c75466cfd6efc (patch)
tree9016cddbbe7086c15ffdec501cb96d757b5e5547 /test/vpp_ip_route.py
parent2b97ac55edc5ba9fadf987d1c787102786ea8c4d (diff)
BIER: missing endian swap for imposition object in API return
Change-Id: Iddd754d00ace3d042336e5c2c40431566275051a Signed-off-by: Neale Ranns <neale.ranns@cisco.com> (cherry picked from commit eea537a288721b867d65b736363ab3f71ba6116c)
Diffstat (limited to 'test/vpp_ip_route.py')
-rw-r--r--test/vpp_ip_route.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py
index 3bc3b65111c..fedf1302e21 100644
--- a/test/vpp_ip_route.py
+++ b/test/vpp_ip_route.py
@@ -308,6 +308,7 @@ class VppIpMRoute(VppObject):
path.nh_itf,
path.nh_i_flags,
table_id=self.table_id,
+ bier_imp=path.bier_imp,
is_add=0,
is_ipv6=self.is_ip6)