Skip to content

Commit

Permalink
Prepare for Windows "host-gw" and "vxlan" support
Browse files Browse the repository at this point in the history
    - update vendors
        (*) github.com/Microsoft/hcsshim
        (*) github.com/rakelkar/gonetsh
        (*) github.com/Microsoft/go-winio
        (*) github.com/sirupsen/logrus
        (*) github.com/buger/jsonparser
    - update Markfile

Co-authored-by: rakelkar <rakelkar@outlook.com>
Co-authored-by: madhanrm <madhanrajm@outlook.com>
  • Loading branch information
3 people authored and frank committed Nov 6, 2018
1 parent 29fc3a7 commit 6d72802
Show file tree
Hide file tree
Showing 700 changed files with 117,802 additions and 25,993 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ dist/flanneld: $(shell find . -type f -name '*.go')
-ldflags '-s -w -X github.com/coreos/flannel/version.Version=$(TAG) -extldflags "-static"'

dist/flanneld.exe: $(shell find . -type f -name '*.go')
GOOS=windows go build -o dist/flanneld.exe \
CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows go build -o dist/flanneld.exe \
-ldflags '-s -w -X github.com/coreos/flannel/version.Version=$(TAG) -extldflags "-static"'

# This will build flannel natively using golang image
Expand Down
25 changes: 23 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion glide.yaml
Expand Up @@ -62,4 +62,10 @@ import:
version: v1.1
- package: github.com/bronze1man/goStrongswanVici
version: 4d72634a2f113aa48347dbc7dcb14adb806b6534

- package: github.com/Microsoft/hcsshim
version: v0.7.4
- package: github.com/Microsoft/go-winio
version: v0.4.11
- pacakge: github.com/sirupsen/logrus
version: v1.0.6
- package: github.com/buger/jsonparser
22 changes: 22 additions & 0 deletions vendor/github.com/Microsoft/go-winio/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/github.com/Microsoft/go-winio/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d72802

Please sign in to comment.