moby--moby/libnetwork/netutils
Jana Radhakrishnan 6d6aeff780 Make GenerateIfaceName generic
Currently GenerateIfaceName is defined in bridge.go
and it specifically tries to only generate an interface
name only with `veth` prefix. Make it generic so that it
can accept a prefix and length of random bytes. Also
move it to netutils since it is useful to generate various
kinds of interface names using it.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-06-08 09:49:17 -07:00
..
test_utils.go Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00
utils.go Make GenerateIfaceName generic 2015-06-08 09:49:17 -07:00
utils_test.go Move network types to types package 2015-05-20 20:28:46 +00:00