mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
vendor: update everything
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/vishvananda/netlink/neigh.go
generated
vendored
3
vendor/github.com/vishvananda/netlink/neigh.go
generated
vendored
@ -14,6 +14,9 @@ type Neigh struct {
|
||||
Flags int
|
||||
IP net.IP
|
||||
HardwareAddr net.HardwareAddr
|
||||
LLIPAddr net.IP //Used in the case of NHRP
|
||||
Vlan int
|
||||
VNI int
|
||||
}
|
||||
|
||||
// String returns $ip/$hwaddr $label
|
||||
|
Reference in New Issue
Block a user