dhcp: dhcp6_pd_client_cp API cleanup
Use consistent API types. Type: fix Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com> Change-Id: If6c102a53d074cba7eca6b6af9855aa4486f38cc
This commit is contained in:
@@ -401,16 +401,6 @@ class VppPapiProvider(object):
|
||||
'learn_limit': learn_limit,
|
||||
'pid': os.getpid(), })
|
||||
|
||||
def ip6_add_del_address_using_prefix(self, sw_if_index, address,
|
||||
prefix_length, prefix_group,
|
||||
is_add=1):
|
||||
return self.api(self.papi.ip6_add_del_address_using_prefix,
|
||||
{'sw_if_index': sw_if_index,
|
||||
'prefix_group': prefix_group,
|
||||
'address': address,
|
||||
'prefix_length': prefix_length,
|
||||
'is_add': is_add})
|
||||
|
||||
def sw_interface_set_mac_address(self, sw_if_index, mac):
|
||||
return self.api(self.papi.sw_interface_set_mac_address,
|
||||
{'sw_if_index': sw_if_index,
|
||||
|
||||
Reference in New Issue
Block a user