Home
last modified time | relevance | path

Searched refs:flowstr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py729 def parse(self, flowstr, typeInst): argument
730 if not flowstr.startswith(self.proto_str):
736 flowstr = flowstr[len(self.proto_str) :]
737 if flowstr.startswith("("):
738 flowstr = flowstr[1:]
743 if flowstr.startswith(f[1]):
747 flowstr = flowstr[len(f[1]) + 1 :]
749 for c in flowstr:
753 data = flowstr[:splitchar]
754 flowstr = flowstr[splitchar:]
[all …]