Merge remote-tracking branch 'dilinger/raspi4'

This commit is contained in:
Nobuhiro Iwamatsu
2020-06-30 18:05:50 +09:00
3 changed files with 30 additions and 13 deletions

4
eth0
View File

@ -3,5 +3,5 @@ auto eth0
# TODO: switch back to iptables-persistent once it re-enters testing
iface eth0 inet dhcp
# We don't currently support setup of firewalls here.
# pre-up iptables-restore < /etc/iptables/rules.v4
# pre-up ip6tables-restore < /etc/iptables/rules.v6
# pre-up iptables-restore < /etc/iptables/rules.v4 || true
# pre-up ip6tables-restore < /etc/iptables/rules.v6 || ture