aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_ip_route.py
diff options
context:
space:
mode:
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)