kubernetes/pkg/kubelet/network
Cao Shufeng ab43e2b809 [hairpin] fix argument of nsenter
We should use:
	nsenter --net=netnsPath -- -F some_command
instend of:
	nsenter -n netnsPath -- -F some_command
Because "nsenter -n netnsPath" get an error output:
	# nsenter -n /proc/67197/ns/net ip addr
	nsenter: neither filename nor target pid supplied for ns/net

If we really want use -n, we need to use -n in such format:
	# sudo nsenter -n/proc/67197/ns/net ip addr
2016-12-05 07:40:29 -05:00
..
cni run hack/update-all.sh 2016-11-23 15:53:09 -08:00
exec refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
hairpin [hairpin] fix argument of nsenter 2016-12-05 07:40:29 -05:00
hostport Keep host port socket open for kubenet 2016-11-24 04:19:03 -05:00
kubenet run hack/update-all.sh 2016-11-23 15:53:09 -08:00
mock_network Unittests 2016-10-31 13:05:20 -07:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
BUILD refactor: generated 2016-12-03 19:10:46 -05:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins_test.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00