diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-01-09 04:11:28 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-01-09 13:49:50 +0000 |
commit | eea537a288721b867d65b736363ab3f71ba6116c (patch) | |
tree | a9eb23c91b9f1f8f7c6e6ab723748c2317c7e848 /test/vpp_ip_route.py | |
parent | 52fae862646e25bac6d1cd11b9fc7ac77299bc25 (diff) |
BIER: missing endian swap for imposition object in API return
Change-Id: Iddd754d00ace3d042336e5c2c40431566275051a
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'test/vpp_ip_route.py')
-rw-r--r-- | test/vpp_ip_route.py | 1 |
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) |