From 5fd80834932f231dcef6d67036b1ce5495f0df74 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Sat, 15 Aug 2020 00:10:22 -0500 Subject: [PATCH] Get rid of obsolete comments in eth0 configuration --- rootfs/etc/network/interfaces.d/eth0 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rootfs/etc/network/interfaces.d/eth0 b/rootfs/etc/network/interfaces.d/eth0 index bd9102f..81922ce 100644 --- a/rootfs/etc/network/interfaces.d/eth0 +++ b/rootfs/etc/network/interfaces.d/eth0 @@ -1,7 +1,2 @@ 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