From 9efcee6e7babd49999af3e3dcd13ee33d0a4c02d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 26 Nov 2019 19:30:08 +0000 Subject: fib: Fix crash on cover update to non activated adj source if the adj source is not active then there is no existing cover during a cover update Type: fix Ticket: VPP-1803 Signed-off-by: Neale Ranns Change-Id: Ie912f1c99345de4fb012bdcd97b443098d4a7351 --- test/vpp_ip_route.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vpp_ip_route.py') diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py index 031412cc2fa..3ac0e84c58a 100644 --- a/test/vpp_ip_route.py +++ b/test/vpp_ip_route.py @@ -246,6 +246,7 @@ class VppIpInterfaceAddress(VppObject): sw_if_index=self.intf.sw_if_index, prefix=self.prefix, is_add=1) self._test.registry.register(self, self._test.logger) + return self def remove_vpp_config(self): self._test.vapi.sw_interface_add_del_address( -- cgit 1.2.3-korg