mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
fix(deps): update github.com/vishvananda/netlink digest to 9d88d83
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
vendor/github.com/vishvananda/netlink/neigh.go
generated
vendored
8
vendor/github.com/vishvananda/netlink/neigh.go
generated
vendored
@@ -19,6 +19,14 @@ type Neigh struct {
|
||||
Vlan int
|
||||
VNI int
|
||||
MasterIndex int
|
||||
|
||||
// These values are expressed as "clock ticks ago". To
|
||||
// convert these clock ticks to seconds divide by sysconf(_SC_CLK_TCK).
|
||||
// When _SC_CLK_TCK is 100, for example, the ndm_* times are expressed
|
||||
// in centiseconds.
|
||||
Confirmed uint32 // The last time ARP/ND succeeded OR higher layer confirmation was received
|
||||
Used uint32 // The last time ARP/ND took place for this neighbor
|
||||
Updated uint32 // The time when the current NUD state was entered
|
||||
}
|
||||
|
||||
// String returns $ip/$hwaddr $label
|
||||
|
||||
Reference in New Issue
Block a user