Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler VxLAN endpoint protocol
func (*Handler) SetHandler ¶
func (p *Handler) SetHandler(handle protocol.HandlerFunc)
SetHandler sets the receiving callback
type Packet ¶
type Packet struct { Flags uint8 GroupPolicy uint32 //wire: uint24 VNID uint32 //wire: uint24 InnerFrame ethernet.Frame // contains filtered or unexported fields }
Packet represents the VxLAN headers and inner packet
Click to show internal directories.
Click to hide internal directories.