From de2550ed57ccf29bfa6fdda89d237dd30318105e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 10 Jan 2018 23:40:23 -0500 Subject: [PATCH] Update iiab-hotspot-off --- roles/network/templates/network/iiab-hotspot-off | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 14f790d3a..5ceef7f18 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -9,7 +9,7 @@ systemctl restart dhcpcd systemctl restart networking # Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease" -# Set wlan0 to promiscuous when needed as gateway (i.e. AP's OFF) +# Set wlan0 to promiscuous when AP's OFF (for possible WiFi gateway) # SEE ALSO iiab-hotspot-on + /usr/libexec/iiab-startup.sh # https://github.com/iiab/iiab/issues/638#issuecomment-355455454 if grep -qi raspbian /etc/*release; then