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

Fixes command in docs #678

Merged
merged 1 commit into from
Aug 31, 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
2 changes: 1 addition & 1 deletion docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Everything apart from above, is not supported, and out of scope.
- `sysctl net.ipv4.ip_forward=1`
- loaded kernel loop module:
- 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`
- 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)
Expand Down