Documentation
¶
Index ¶
Constants ¶
View Source
const ( NAFlagRouter = 0x80000000 NAFlagSolicited = 0x40000000 NAFlagOverride = 0x20000000 )
Flags for NA (RFC 4861 §4.4).
View Source
const (
ICMPv6NeighborAdvertSize = header.ICMPv6NeighborAdvertMinimumSize + tllaoOptLen
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NDProxy ¶
type NDProxy struct {
// contains filtered or unexported fields
}
Really simple Neighbor Discovery Proxy implementation.
func NewNDProxy ¶
func NewNDProxy(mac tcpip.LinkAddress) *NDProxy
Click to show internal directories.
Click to hide internal directories.