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

Function GetBinary

extras/packetforge/packetforge.py:131–134  ·  view source on GitHub ↗
(flow_info)

Source from the content-addressed store, hash-verified

129
130
131def GetBinary(flow_info):
132 spec = "".join(flow_info["Packet"])
133 mask = "".join(flow_info["Mask"])
134 return spec, mask
135
136
137def ParseFields(item):

Callers 1

ForgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected