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 %}