kubernetes/pkg/kubelet/network
Euan Kemp c83ad19ae9 kubenet: Fix ipv4 validity check
The length of an IP can be 4 or 16, and even if 16 it can be a valid
ipv4 address. This check is the more-correct way to handle this, and it
also provides more granular error messages.
2016-05-27 16:25:14 -07:00
..
cni kubenet: Fix bug where shaper.Reset wasn't called 2016-05-27 10:20:43 -07:00
exec kubenet: set bridge promiscuous mode based on hairpinMode 2016-05-12 10:02:33 -05:00
hairpin Allow using netns path instead of container PID to change hairpin mode 2016-05-18 09:25:42 -05:00
kubenet kubenet: Fix ipv4 validity check 2016-05-27 16:25:14 -07:00
testing Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00
network.go Use the default interface for reporting network stats. 2016-03-01 16:17:04 -08:00
plugins_test.go kubenet: set bridge promiscuous mode based on hairpinMode 2016-05-12 10:02:33 -05:00
plugins.go Make IsValidLabelValue return error strings 2016-05-17 21:36:10 -07:00