kubernetes/pkg/kubelet/network
Dan Williams aad6535a00 kubenet: fix up CNI bridge TX queue length if needed
CNI's bridge plugin mis-handles the TxQLen when creating the bridge,
leading to a zero-length TX queue.  This doesn't typically cause
problems (since virtual interfaces don't have hard queue limits)
but when adding traffic shaping, some qdiscs pull their packet
limits from the TX queue length, leading to a packet limit of 0
in some cases.  Until we can depend on a new enough version of
CNI, fix up the TX queue length internally.
2016-05-04 10:14:40 -05:00
..
cni Enable vet 2016-04-20 09:48:24 -07:00
exec Enable vet 2016-04-20 09:48:24 -07:00
hairpin Don't print hairpin_mode error when not using Linux bridges 2016-01-25 09:01:34 -05:00
kubenet kubenet: fix up CNI bridge TX queue length if needed 2016-05-04 10:14:40 -05: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 Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00
plugins.go switch to use ContainerID instead of DockerID in network plugin interface 2016-04-06 16:04:52 -07:00