Documentation ¶
Overview ¶
Package lldp implements sending lldp packets.
Index ¶
Constants ¶
View Source
const ( // TC_PRIO_CONTROL is required to be set as socket option, // otherwise newer intel nics will not forward packets from this socket // defined here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/pkt_sched.h#n26 TC_PRIO_CONTROL = 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon is a lldp daemon
Click to show internal directories.
Click to hide internal directories.