Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L2Info ¶
type L2Info interface {
// list of cluster interfaces indexed with a simple integer (X) for readability in the graph
GetPtpIfList() []*l2lib.PtpIf
// LANs identified in the graph
GetLANs() *[][]int
// List of port receiving PTP frames (assuming valid GM signal received)
GetPortsGettingPTP() []*l2lib.PtpIf
}
Click to show internal directories.
Click to hide internal directories.