Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Documentation: Closes issue-533 #540

Merged
merged 2 commits into from
Mar 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Everything apart from above, is not supported, and out of scope.
- `sysctl net.ipv4.ip_forward=1`
- loaded kernel loop module: `modprobe -v loop`
- Optional: `sysctl net.bridge.bridge-nf-call-iptables=0`
- set to 0 to ignore Host iptables rules for bridges
- set to 1 to apply Host iptables rules to bridges (common with container network policies)
- requires kernel module `br_netfilter`
- [libvirt reference](https://wiki.libvirt.org/page/Net.bridge.bridge-nf-call_and_sysctl.conf)
- One of the following CPUs:

| CPU | Architecture | Support level | Notes |
Expand Down