moby--moby/utils
Mark Allen 3560c922b1 Prevent DNS server conflicts in CreateBridgeIface
Retrieve /etc/resolv.conf data (if available)

Add checkNameserverOverlaps and call it to
make sure there are no conflicts

Add utils.GetNameserversAsCIDR and tests

Read /etc/resolv.conf and pull out nameservers,
formatting them as a CIDR block ("1.2.3.4/32")
2013-11-05 21:24:37 -06:00
..
daemon.go Setup daemon pidfile/cleanup in Server.Daemon() instead of main() 2013-10-26 14:26:07 -07:00
http.go Use additional decorator in RequestFactory to pass meta headers to registry 2013-08-22 21:15:31 +02:00
random.go Engine: basic testing harness 2013-10-26 14:18:28 -07:00
signal.go stop proxy at one point 2013-10-29 14:29:01 -07:00
signal_darwin.go Add -nostdin and -proxy to docker attach, allow arbirary signal to be sent via docker kill api endpoint 2013-10-18 16:16:29 -07:00
signal_linux.go Add -nostdin and -proxy to docker attach, allow arbirary signal to be sent via docker kill api endpoint 2013-10-18 16:16:29 -07:00
stdcopy.go Add better comments to utils/stdcopy.go. 2013-10-16 10:58:53 -07:00
tarsum.go Add import for dotcloud/tar to replace std tar pkg 2013-08-12 22:42:29 +00:00
uname_darwin.go utils: fix compilation on Darwin 2013-05-19 00:02:42 -03:00
uname_linux.go fix compilation on linux 2013-05-20 20:43:09 +03:00
utils.go Prevent DNS server conflicts in CreateBridgeIface 2013-11-05 21:24:37 -06:00
utils_test.go Prevent DNS server conflicts in CreateBridgeIface 2013-11-05 21:24:37 -06:00