Revision 742c5acd9d6d2882c587850880a1a7f2dbd1fb40 authored by Joe Stringer on 02 May 2018, 21:04:11 UTC, committed by Joe Stringer on 23 May 2018, 23:16:35 UTC
Add an IPTables rule to mark traffic in the OUTPUT chain (ie, traffic
coming from applications on the local host) with a magic marker, so that
when the traffic arrives in the BPF datapath we can differentiate
traffic sourced from the local node (with the node's IP) from traffic
sourced outside the local node (which was masqueraded to the node's IP).

Signed-off-by: Joe Stringer <joe@covalent.io>
1 parent 7ec8ebc
History
File Mode Size
.github
Documentation
api
bpf
bugtool
cilium
cilium-health
common
contrib
daemon
envoy
examples
hack
monitor
pkg
plugins
test
tests
vendor
.authors.aux -rw-r--r-- 347 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 0 bytes
.mailmap -rw-r--r-- 506 bytes
AUTHORS -rw-r--r-- 4.1 KB
CODEOWNERS -rw-r--r-- 3.2 KB
CONTRIBUTING.md -rw-r--r-- 6.9 KB
Dockerfile -rw-r--r-- 1.7 KB
Gopkg.lock -rw-r--r-- 24.2 KB
Gopkg.toml -rw-r--r-- 6.8 KB
Jenkinsfile.nightly -rw-r--r-- 5.1 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 9.5 KB
Makefile.defs -rw-r--r-- 934 bytes
Makefile.quiet -rw-r--r-- 542 bytes
NEWS.rst -rw-r--r-- 66.6 KB
README.rst -rw-r--r-- 14.0 KB
VERSION -rw-r--r-- 7 bytes
Vagrantfile -rw-r--r-- 12.4 KB
docs.Jenkinsfile -rw-r--r-- 2.6 KB
ginkgo-kubernetes-all.Jenkinsfile -rw-r--r-- 5.6 KB
ginkgo.Jenkinsfile -rw-r--r-- 3.2 KB
kubernetes-upstream.Jenkinsfile -rw-r--r-- 3.4 KB

README.rst

back to top