From 764f301cb2e5797c41967d9795980b574390f4ba Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Dec 2017 22:33:24 -0500 Subject: [PATCH] Update hostapd.conf.j2 --- roles/network/templates/hostapd/hostapd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/hostapd/hostapd.conf.j2 b/roles/network/templates/hostapd/hostapd.conf.j2 index ebce5e047..9e38ace62 100644 --- a/roles/network/templates/hostapd/hostapd.conf.j2 +++ b/roles/network/templates/hostapd/hostapd.conf.j2 @@ -5,7 +5,7 @@ interface={% if iiab_wireless_lan_iface is defined %}{{ iiab_wireless_lan_iface ssid={{ host_ssid }} channel={{ host_channel }} -{%if iiab_lan_iface == "br0" %} +{%if iiab_lan_iface == "br0" %} bridge=br0 {% endif %}