2.91. vpp_igmp module

class vpp_igmp.IGMP_FILTER
EXCLUDE = 0
INCLUDE = 1
class vpp_igmp.IGMP_MODE
HOST = 1
ROUTER = 0
class vpp_igmp.IgmpRecord(sg, type)
class vpp_igmp.IgmpSG(gaddr, saddrs)
class vpp_igmp.VppHostState(test, filter, sw_if_index, sg)

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_igmp.find_igmp_state(states, itf, gaddr, saddr)
vpp_igmp.wait_for_igmp_event(test, timeout, itf, gaddr, saddr, ff)