Merge branch 'liw/firewall' into 'master'

Change: comment out firewall setup from eth0

See merge request raspi-team/image-specs!5
This commit is contained in:
Gunnar Wolf 2020-05-24 21:41:07 +00:00
commit 0143a70e90
1 changed files with 3 additions and 2 deletions

5
eth0
View File

@ -2,5 +2,6 @@ auto eth0
# TODO: switch back to iptables-persistent once it re-enters testing
iface eth0 inet dhcp
pre-up iptables-restore < /etc/iptables/rules.v4
pre-up ip6tables-restore < /etc/iptables/rules.v6
# 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