https://github.com/cilium/cilium
Raw File
Tip revision: b0cbcc0219df575643f71f96b415b2f34e6663b3 authored by John Fastabend on 14 January 2021, 06:16:02 UTC
cilium: Send pod->node traffic through tunnel in IPSec+vxlan case
Tip revision: b0cbcc0
cilium-dev.Dockerfile.dockerignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# LLVM IR files
*.ll
*.ll-*

# Folders
_obj
_test
_build/
hack/

.git/objects/
vendor/
examples/
api/
Documentation/


# Architecture specific extensions/prefixes
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

*.swn
*.swp
.vagrant/
vagrant.kubeconfig
coverage.out
coverage-all.out
coverage-all.html

.DS_Store
.idea/
*.plist

*_bash_completion
*.swo
outgoing

*cscope.files
*cscope.out
*cscope.in.out
*cscope.po.out
*tags

man/

# Test files
test/tmp.yaml
test/*_service_manifest.json
test/*_manifest.yaml
test/*_policy.json
test/*.xml
tests/cilium-files
test/test_results
test/*.json
test/.vagrant

# Emacs backup files
*~

# Automatically generated when needed
.dockerignore

# Temporary files that allow build containers/VMs work without git

test/bpf/_results

# generated from make targets
*.ok
back to top