Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2023 Changes in this version + type NetlinkMessage struct + Message []*syscall.NetlinkMessage + Notify <-chan struct{} + type RtnetlinkConn struct + func NewRtnetlinkConn(dev string, ifi *net.Interface) (*RtnetlinkConn, error) + func (rt *RtnetlinkConn) Close() + func (rt *RtnetlinkConn) Exchange(wait, proto, flags uint16, data []byte) (*NetlinkMessage, error)