From fb4bffa6670e88125c1979f70efc185bf457423e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 14:09:34 +0300 Subject: Fix localhost stanza --- router.customize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.customize b/router.customize index 4b26aa9..733f5f7 100755 --- a/router.customize +++ b/router.customize @@ -43,7 +43,7 @@ EOF cat < "$rootdir/etc/network/interfaces.d/router" auto eth0 -inet eth0 inet dhcp +iface eth0 inet dhcp auto eth1 iface eth1 inet static -- cgit v1.2.1