mirror of
https://github.com/rancher/plugins.git
synced 2025-09-22 00:22:32 +00:00
Update netlink dependency.
This commit is contained in:
12
vendor/github.com/vishvananda/netlink/addr.go
generated
vendored
12
vendor/github.com/vishvananda/netlink/addr.go
generated
vendored
@@ -10,11 +10,13 @@ import (
|
||||
// include a mask, so it stores the address as a net.IPNet.
|
||||
type Addr struct {
|
||||
*net.IPNet
|
||||
Label string
|
||||
Flags int
|
||||
Scope int
|
||||
Peer *net.IPNet
|
||||
Broadcast net.IP
|
||||
Label string
|
||||
Flags int
|
||||
Scope int
|
||||
Peer *net.IPNet
|
||||
Broadcast net.IP
|
||||
PreferedLft int
|
||||
ValidLft int
|
||||
}
|
||||
|
||||
// String returns $ip/$netmask $label
|
||||
|
Reference in New Issue
Block a user