dependencies: update netns to v0.0.4
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
2
vendor/github.com/vishvananda/netns/nshandle_others.go
generated
vendored
2
vendor/github.com/vishvananda/netns/nshandle_others.go
generated
vendored
@@ -17,7 +17,7 @@ func (ns NsHandle) Equal(_ NsHandle) bool {
|
||||
// It is only implemented on Linux, and returns "NS(none)" on other
|
||||
// platforms.
|
||||
func (ns NsHandle) String() string {
|
||||
return "NS(None)"
|
||||
return "NS(none)"
|
||||
}
|
||||
|
||||
// UniqueId returns a string which uniquely identifies the namespace
|
||||
|
Reference in New Issue
Block a user