digitalocean / go-openvswitch

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Other
295 stars 95 forks source link

Update the ProtoTrace function to accept extra parameters. #87

Closed nicboul closed 5 years ago

nicboul commented 5 years ago

When tracing a packet that goes through the connection tracker, --ct-next can be specified to set the states expected.

Update parseCTState() with updated format.

Change the parser to extract the protocol in a more flexible way. Change the parser to skip unused keywords.

mzbenami commented 5 years ago

LGTM