mirror of
https://github.com/sigcn/pg.git
synced 2025-10-05 15:26:52 +08:00
10 lines
110 B
Go
10 lines
110 B
Go
package netlink
|
|
|
|
import "net"
|
|
|
|
type AddrUpdate struct {
|
|
New bool
|
|
Addr net.IPNet
|
|
LinkIndex int
|
|
}
|