Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 44a188af94674e48c38eb66b3108663b80f8f17d Author: Sven Eckelmann sven@narfation.org Date: Fri Feb 22 21:00:53 2019 +0000
doc: batman-adv/Batman-adv-openwrt-config: fix example config for ap_isolation
44a188af94674e48c38eb66b3108663b80f8f17d batman-adv/Batman-adv-openwrt-config.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Batman-adv-openwrt-config.textile b/batman-adv/Batman-adv-openwrt-config.textile index f2a66e3..8c668b4 100644 --- a/batman-adv/Batman-adv-openwrt-config.textile +++ b/batman-adv/Batman-adv-openwrt-config.textile @@ -57,7 +57,7 @@ config mesh 'bat0' In this particular section the user has to specify the name of the VLAN interface (that will be automatically created by netifd) and then list all the wanted options. At the moment the only available option for this section is 'ap_isolation': <pre> config interface 'my_bat_vlan1' - option protocol 'batadv_vlan' + option proto 'batadv_vlan' option ifname 'bat0.1' option ap_isolation '1' </pre>