2.106. vpp_memif module

class vpp_memif.MEMIF_MODE
ETHERNET = 0
IP = 1
PUNT_INJECT = 2
class vpp_memif.MEMIF_ROLE
MASTER = 0
SLAVE = 1
class vpp_memif.VppMemif(test, role, mode, rx_queues=0, tx_queues=0, if_id=0, socket_id=0, secret='', ring_size=0, buffer_size=0, hw_addr='')

Bases: vpp_object.VppObject

add_vpp_config()

Add the configuration for this object to vpp.

admin_down()
admin_up()
config_ip4()
object_id()

Return a unique string representing this object.

query_vpp_config()

Query the vpp configuration.

Returns:True if the object is configured
remove_vpp_config()

Remove the configuration for this object from vpp.

class vpp_memif.VppSocketFilename(test, socket_id, socket_filename, add_default_folder=False)

Bases: vpp_object.VppObject

add_vpp_config()

Add the configuration for this object to vpp.

object_id()

Return a unique string representing this object.

query_vpp_config()

Query the vpp configuration.

Returns:True if the object is configured
remove_vpp_config()

Remove the configuration for this object from vpp.

vpp_memif.get_if_dump(dump, sw_if_index)
vpp_memif.query_all_memif_vpp_config(_test)
vpp_memif.remove_all_memif_vpp_config(_test)