MCPcopy Create free account
hub / github.com/NetSys/bess / CreatePort

Method CreatePort

pybess/test_bess.py:50–53  ·  view source on GitHub ↗
(self, request, context)

Source from the content-addressed store, hash-verified

48 return bess_msg.EmptyResponse()
49
50 def CreatePort(self, request, context):
51 response = bess_msg.CreatePortResponse()
52 response.name = request.name
53 return response
54
55 def ModuleCommand(self, request, context):
56 response = bess_msg.CommandResponse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected