From 1f98d7947aa2e1fa6e5afa0fea58eabacea8ded7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Dec 2017 22:34:28 -0500 Subject: [PATCH] Update iiab-hostapd.conf.j2 --- roles/network/templates/hostapd/iiab-hostapd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/hostapd/iiab-hostapd.conf.j2 b/roles/network/templates/hostapd/iiab-hostapd.conf.j2 index 5ee541281..3cfffc69e 100644 --- a/roles/network/templates/hostapd/iiab-hostapd.conf.j2 +++ b/roles/network/templates/hostapd/iiab-hostapd.conf.j2 @@ -4,7 +4,7 @@ interface={{ discovered_wireless_iface }} ssid={{ host_ssid }} channel={{ host_channel }} -{%if iiab_lan_iface == "br0" %} +{%if iiab_lan_iface == "br0" %} bridge=br0 {% endif %}