tests: vpp_interface fix ip6 setter

Type: fix
Fixes: efd7bc2b1c

Change-Id: I254f9fe44189f88621b9b0ff3f869efb9966ada5
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2019-12-01 21:55:52 -05:00
committed by Neale Ranns
parent dbf68c9aa2
commit 5d440d9cb6

View File

@ -89,7 +89,7 @@ class VppInterface(object):
@local_ip6.setter
def local_ip6(self, value):
self._local_ip6
self._local_ip6 = value
@property
def local_ip6_prefix_len(self):