From 77e50bcd6a67fdbdbfb12893c4ac1b80697e487c Mon Sep 17 00:00:00 2001 From: Giulio Date: Mon, 21 Sep 2020 13:41:29 +0200 Subject: [PATCH] Fixed client0 in network/interfaces --- conf/etc/network/interfaces | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/etc/network/interfaces b/conf/etc/network/interfaces index fb8fbb3..2b85cbb 100644 --- a/conf/etc/network/interfaces +++ b/conf/etc/network/interfaces @@ -11,4 +11,5 @@ auto ap0 auto client0 iface client0 inet manual - + pre-up ifconfig $IFACE up + post-down ifconfig $IFACE down