https://github.com/cilium/cilium
Revision 1c4c3c1ed8d0e5ca70d92b3835a666ea97edfcb0 authored by Quentin Monnet on 09 September 2020, 09:24:34 UTC, committed by Joe Stringer on 29 September 2020, 21:54:19 UTC
[ upstream commit 01f8dcc51c84e1cab269f84e782e09d8261ac495 ]

EKS needs some specific rules for NodePort traffic (see PR #12770, or
comments in the code, for details). The addition of part of these rules
were added to the body of the Reinitialize() function in the loader. To
make them easier to maintain or extend, let's move them to a dedicated
function called by Reinitialize(). No functional change.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
1 parent de660c3
History
Tip revision: 1c4c3c1ed8d0e5ca70d92b3835a666ea97edfcb0 authored by Quentin Monnet on 09 September 2020, 09:24:34 UTC
loader: move ENI rules for asymmetric routing to dedicated function
Tip revision: 1c4c3c1
File Mode Size
.github
.travis
Documentation
api
bpf
bugtool
cilium
cilium-health
common
contrib
daemon
envoy
examples
hack
install
jenkinsfiles
operator
pkg
plugins
proxylib
test
tests
tools
vendor
.authors.aux -rw-r--r-- 416 bytes
.dockerignore -rw-r--r-- 884 bytes
.gitignore -rw-r--r-- 818 bytes
.gitmodules -rw-r--r-- 0 bytes
.mailmap -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 367 bytes
.travis.yml.tmpl -rw-r--r-- 387 bytes
AUTHORS -rw-r--r-- 11.5 KB
CHANGELOG.md -rw-r--r-- 82.1 KB
CODEOWNERS -rw-r--r-- 1.3 KB
CONTRIBUTING.md -rw-r--r-- 208 bytes
Dockerfile -rw-r--r-- 2.2 KB
Dockerfile.builder -rw-r--r-- 1.7 KB
FURTHER_READINGS.rst -rw-r--r-- 4.4 KB
GO_VERSION -rw-r--r-- 8 bytes
Jenkinsfile.nightly l--------- 32 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS.rst -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 17.9 KB
Makefile.defs -rw-r--r-- 2.5 KB
Makefile.quiet -rw-r--r-- 626 bytes
README.rst -rw-r--r-- 12.7 KB
SECURITY.md -rw-r--r-- 615 bytes
USERS.md -rw-r--r-- 3.5 KB
VERSION -rw-r--r-- 6 bytes
Vagrantfile -rw-r--r-- 11.8 KB
cilium-docker-plugin.Dockerfile -rw-r--r-- 553 bytes
cilium-operator.Dockerfile -rw-r--r-- 706 bytes
docs.Jenkinsfile l--------- 29 bytes
flannel.Jenkinsfile l--------- 32 bytes
ginkgo-kubernetes-all.Jenkinsfile l--------- 46 bytes
ginkgo.Jenkinsfile l--------- 31 bytes
go.mod -rw-r--r-- 41.2 KB
go.sum -rw-r--r-- 67.7 KB
kubernetes-upstream.Jenkinsfile l--------- 44 bytes
vagrant_box_defaults.rb -rw-r--r-- 270 bytes

README.rst

back to top