netns
netns copied to clipboard
Simple network namespace handling for go.
Hello, when I try to get namespace from a docker container by its id function call fails with: ``` 2018/07/18 13:13:08 Failed to get Linux namespace for pod default/pod-1 with...
We have a resolv.conf file for every namespaces. When switching from one namespace (say VRF_1) to another (say VRF_2), it seems that the resolv.conf file attached to VRF_1 is used...
In some situations (e.g. program panic or abruptly terminated), a network namespace may be left unmounted, but with the namedPath still existing. I.e. the file system may be left with...
NewNamed(), DeleteNamed() missing support multithreaded environments. A mutex need to be added to ensure that when a file is created it is also mounted without an attempt from a different...
wanted to check a couple of things Any plans for releasing a stable 1.0 version? want to update the go version as the one here is old. finch is built...