mirror of
https://github.com/rancher/plugins.git
synced 2025-09-05 04:55:20 +00:00
vendor: Update vishvanana/netlink dependency.
This updates the netlink dependency to include recent updates, including a fix when setting prosmic mode on a bridge and additions for creating qdisc/classes/filters. This is necessary for some upcoming additions to CNI
This commit is contained in:
2
vendor/github.com/vishvananda/netns/netns.go
generated
vendored
2
vendor/github.com/vishvananda/netns/netns.go
generated
vendored
@@ -19,7 +19,7 @@ type NsHandle int
|
||||
|
||||
// Equal determines if two network handles refer to the same network
|
||||
// namespace. This is done by comparing the device and inode that the
|
||||
// file descripors point to.
|
||||
// file descriptors point to.
|
||||
func (ns NsHandle) Equal(other NsHandle) bool {
|
||||
if ns == other {
|
||||
return true
|
||||
|
Reference in New Issue
Block a user