Versions in this module Expand all Collapse all v0 v0.19.0 Jul 21, 2026 v0.18.0 Jul 21, 2026 Changes in this version + type Config struct + Endpoint *channel.Endpoint + Engine vtep.EngineXfrm + FlushInterval time.Duration + Underlay Underlay + type Datapath struct + func New(cfg Config) (*Datapath, error) + func (d *Datapath) Close() error + func (d *Datapath) Run(ctx context.Context) error + func (d *Datapath) WriteNotify() + type Underlay interface + ReadFrame func(buf []byte) (int, error) + WriteFrames func(frames [][]byte) (int, error)