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

Method create_pg_ip6_interfaces

test/framework.py:228–237  ·  view source on GitHub ↗
(
        cls, interfaces, csum_offload=0, gso=0, gso_size=0
    )

Source from the content-addressed store, hash-verified

226
227 @classmethod
228 def create_pg_ip6_interfaces(
229 cls, interfaces, csum_offload=0, gso=0, gso_size=0
230 ) -> list[VppPGInterface]:
231 if not hasattr(cls, "vpp"):
232 cls.pg_interfaces = []
233 return cls.pg_interfaces
234 pgmode = VppEnum.vl_api_pg_interface_mode_t
235 return cls.create_pg_interfaces_internal(
236 interfaces, csum_offload, gso, gso_size, pgmode.PG_API_MODE_IP6
237 )
238
239 @classmethod
240 def create_pg_interfaces(

Callers 4

setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80

Calls 1

Tested by 4

setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64