Commit 94b299f
authored
docs(networking): document host firewall and node IPv6 behavior (#574)
## What this PR does
Documents the interaction between Cilium's host firewall (enabled by
default) and node IPv6 in the networking architecture page: upstream
Cilium drops all node IPv6 before policy evaluation when the IPv6
datapath is disabled; the Cilium image shipped with Cozystack carries a
BPF patch that passes IPv6 to the kernel stack instead; Cilium host
policies apply to IPv4 only; the host firewall can be disabled via
`cilium.hostFirewall.enabled: false`.
Code PR: cozystack/cozystack#2871
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added clarification on host firewall behavior when enabled, including
how it affects system-port restrictions and policy enforcement scope.
* Documented the interaction with node IPv6 connectivity and the
available opt-out configuration to disable IPv4 host policy enforcement.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
397 | 410 | | |
398 | 411 | | |
399 | 412 | | |
| |||
0 commit comments