MCPcopy Create free account
hub / github.com/FDio/vpp / unconfig

Method unconfig

test/vpp_interface.py:322–326  ·  view source on GitHub ↗

Unconfigure IPv6 and IPv4 address on the VPP interface.

(self)

Source from the content-addressed store, hash-verified

320 self.test.vapi.ip_neighbor_add_del(self.sw_if_index, host.mac, host.ip6)
321
322 def unconfig(self):
323 """Unconfigure IPv6 and IPv4 address on the VPP interface."""
324 self.unconfig_ip4()
325 self.unconfig_ip6()
326 return self
327
328 def set_table_ip4(self, table_id):
329 """Set the interface in a IPv4 Table.

Callers 15

tearDownMethod · 0.80
teardown_interfacesMethod · 0.80
teardown_interfacesMethod · 0.80
remove_vpp_configMethod · 0.80
tearDownMethod · 0.80
tearDownMethod · 0.80
teardown_interfacesMethod · 0.80
teardown_interfacesMethod · 0.80
tearDownMethod · 0.80
teardown_interfacesMethod · 0.80
test_dynamic_vrfMethod · 0.80

Calls 2

unconfig_ip4Method · 0.95
unconfig_ip6Method · 0.95

Tested by 13

tearDownMethod · 0.64
teardown_interfacesMethod · 0.64
teardown_interfacesMethod · 0.64
tearDownMethod · 0.64
tearDownMethod · 0.64
teardown_interfacesMethod · 0.64
teardown_interfacesMethod · 0.64
tearDownMethod · 0.64
teardown_interfacesMethod · 0.64
test_dynamic_vrfMethod · 0.64