Files
Adrian Moisey dcf43557ef Bump netlink
Signed-off-by: Adrian Moisey <adrian@changeover.za.net>
2025-03-31 17:22:17 +02:00

17 lines
182 B
Go

package netlink
import (
"net"
)
type Fou struct {
Family int
Port int
Protocol int
EncapType int
Local net.IP
Peer net.IP
PeerPort int
IfIndex int
}