Versions in this module Expand all Collapse all v0 v0.0.2 Jun 4, 2019 Changes in this version type Flow + func (f *Flow) WithRaw(raw string) *Flow v0.0.1 May 29, 2019 Changes in this version + type Flow struct + func NewFlow() *Flow + func (f *Flow) String() string + func (f *Flow) Validate() error + func (f *Flow) WithArpDest(arpDst string) *Flow + func (f *Flow) WithArpSrc(arpSrc string) *Flow + func (f *Flow) WithDrop() *Flow + func (f *Flow) WithIPDest(ipDst string) *Flow + func (f *Flow) WithIPSrc(ipSrc string) *Flow + func (f *Flow) WithModDlDest(dstMac string) *Flow + func (f *Flow) WithOutputPort(output int) *Flow + func (f *Flow) WithPriority(priority int) *Flow + func (f *Flow) WithProtocol(protocol string) *Flow + func (f *Flow) WithResubmit(table int) *Flow + func (f *Flow) WithTCPDestPort(dstPort int) *Flow + func (f *Flow) WithTCPSrcPort(srcPort int) *Flow + func (f *Flow) WithTable(table int) *Flow + func (f *Flow) WithTunnelDest(tunDst string) *Flow + func (f *Flow) WithUDPDestPort(dstPort int) *Flow + func (f *Flow) WithUDPSrcPort(srcPort int) *Flow + type FlowsBuffer struct + func NewFlowsBuffer() *FlowsBuffer + func (f *FlowsBuffer) AddFlow(flow *Flow) + func (f *FlowsBuffer) Reset() + func (f *FlowsBuffer) String() string + func (f *FlowsBuffer) SyncFlows(bridge string) error