Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpf: Define EGRESS_MAP in dummy node_config.h #17574

Merged
merged 1 commit into from Oct 12, 2021

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Oct 11, 2021

Values in node_config.h are used while compile-testing and during verifier tests (verifier-test.sh and K8sVerifier). Because EGRESS_MAP is currently undefined in that file, the EGRESS_MAP is literally created in the bpffs instead of test_cilium_xxx. This pull request fixes it.

Values in node_config.h are used while compile-testing and during
verifier tests (verifier-test.sh and K8sVerifier). Because EGRESS_MAP is
currently undefined in that file, the EGRESS_MAP is literally created in
the bpffs instead of test_cilium_xxx. This commit fixes it.

Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added sig/loader Impacts the loading of BPF programs into the kernel. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. feature/egress-gateway Impacts the egress IP gateway feature. labels Oct 11, 2021
@pchaigno pchaigno requested review from a team and jibi October 11, 2021 21:33
@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Oct 12, 2021
@errordeveloper errordeveloper merged commit c85b4c4 into cilium:master Oct 12, 2021
@pchaigno pchaigno deleted the dummy-node_config-egress-map branch October 12, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake feature/egress-gateway Impacts the egress IP gateway feature. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI. sig/loader Impacts the loading of BPF programs into the kernel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants