mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
currently ipamutils package uses apis which are linux specific and makes windows compile error out. Separated the OS specific apis into linux and windows files to diverge the implementation. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>