Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enables bridge-nf-call-iptables by default (#539)
Issue #, if available: #538 *Description of changes:* Enables `net.bridge.bridge-nf-call-iptables` by default in `sysctl`. This will [send packets in a bridge network to iptables for processing](https://wiki.libvirt.org/Net.bridge.bridge-nf-call_and_sysctl.conf.html). This will also fix the warning on `finch info`: ``` WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled ``` *Testing done:* 1. `finch info` 1. Inspected `/etc/sysctl.d/99-lima.conf` to ensure all of the expected fields are there 1. Reproduced #538 against my local Finch, and it succeeded. **To discuss:** is it worth creating a new sysctl config file instead of appending to `/etc/sysctl.d/99-lima.conf`? - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Sam Berning <[email protected]>
- Loading branch information