From f7c37712ea4b82bf68fb760bced26bc1de25a0ce Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Sun, 21 Jun 2015 02:32:07 -0700 Subject: [PATCH] Fixing a windows compile error in docker during vendor-in Signed-off-by: Madhu Venugopal --- libnetwork/sandbox/neigh_windows.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libnetwork/sandbox/neigh_windows.go diff --git a/libnetwork/sandbox/neigh_windows.go b/libnetwork/sandbox/neigh_windows.go new file mode 100644 index 0000000000..58b30587e2 --- /dev/null +++ b/libnetwork/sandbox/neigh_windows.go @@ -0,0 +1,4 @@ +package sandbox + +// NeighOption is a function option type to set neighbor options +type NeighOption func()