image-specs/rootfs/etc/network/interfaces.d/eth0
Gunnar Wolf 91381c16c9 Merge branch 'rootfs' into 'master'
rootfs subdirectory

See merge request raspi-team/image-specs!12
2020-08-15 05:06:18 +00:00

8 lines
274 B
Plaintext

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 || true
# pre-up ip6tables-restore < /etc/iptables/rules.v6 || ture