runc/network
Victor Marmol 26bda36e5d Only fetch network stats we use.
The dynamic version using WalkPath() was expensive and we only used some
of the stats anyways.

Signed-off-by: Victor Marmol <vmarmol@google.com>
2014-10-27 17:09:36 -07:00
..
loopback.go Don't set the MTU for loopback interfaces. 2014-07-15 01:01:26 +00:00
netns.go Fix leaking file descriptor in NetNs strategy 2014-09-25 14:05:24 -04:00
network.go Adds a tx_queuelen setting for veth in the network configuration and defaults it to 0. 2014-10-10 13:29:46 -04:00
stats.go Only fetch network stats we use. 2014-10-27 17:09:36 -07:00
strategy.go Refactores network Interface a bit to use NetworkState struct instead of a map for passing runtime information around. 2014-06-25 22:51:28 +00:00
types.go Adds a tx_queuelen setting for veth in the network configuration and defaults it to 0. 2014-10-10 13:29:46 -04:00
veth.go Adds a tx_queuelen setting for veth in the network configuration and defaults it to 0. 2014-10-10 13:29:46 -04:00
veth_test.go Adds a tx_queuelen setting for veth in the network configuration and defaults it to 0. 2014-10-10 13:29:46 -04:00