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

Commit

Permalink
Merge pull request #540 from bbros-dev/issue-533
Browse files Browse the repository at this point in the history
Documentation: Closes issue-533
  • Loading branch information
stealthybox authored Mar 2, 2020
2 parents d753951 + 6b9ff7e commit 2f6b054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Everything apart from above, is not supported, and out of scope.
- If your kernel loads the loop module - `modprobe -v loop`
- If the loop module is built in - `grep 'loop' /lib/modules/`uname -r`/modules.builtin`
- 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

0 comments on commit 2f6b054

Please sign in to comment.